Loading Tool

Explorer IconExplorer

Memory Pool

82,433 transactions
30.60 vMB
0.07923474 BTC
Random Selection Loading Transactions
Max Size: 187.68/200 MB

Candidate Block

Mining Attempt 37e33f5c9835e9c0b1c9116d99685d766fbb788e8fc2a2e3e4f736e7489ba4f1
Version 20000000
Previous Block 00000000000000000000599ffa7594ca7b7c93921a5215018868e1d83bfecfed
Merkle Root 5ee78dabb8cf85df5e5afc71c29fd78047d2ce3397ef17d0130e3f9045f9b4eb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,567
Size: 1.00 vMB
Total Fees: 0.01028695 BTC
Feerates: 40.21 > 1.03 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,367 (528,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,515 386,515 00000000000000000e90a2cb43f82bc9d5bc698aeef1bda991375da859c03b53 876 0.47/1.00 vMB 38
386,514 386,514 0000000000000000043808e61e561205e548c448fb375702713f4da084515c05 1,203 0.52/1.00 vMB 39
386,513 386,513 0000000000000000083cb69f50c4d4c523095865d11607024307fff938765595 599 0.40/1.00 vMB 30
386,512 386,512 00000000000000000e734f3b64690730f18ba563f0bc8cdb26a2d91631d81bef 599 0.31/1.00 vMB 28
386,511 386,511 00000000000000000d039ca5053cf7b30297039c4412c6ec02601d1859bb74a2 1,638 0.88/1.00 vMB 30
386,510 386,510 000000000000000004c4d5b3dd8fb9f895ef175bec9ab0c78499c4f7d5e1f392 1,778 1.00/1.00 vMB 25
386,509 386,509 0000000000000000040d917b28555ed53c605fb8a4a0905a8d83d73540237d01 2,463 0.75/1.00 vMB 56
386,508 386,508 0000000000000000097dba981ec49ea5da9ba8ab5d547d2e084a386491705675 396 0.23/1.00 vMB 26
386,507 386,507 000000000000000004d7692e287a88dd425c3c4206e575863f1aff5273a1d429 68 0.10/1.00 vMB 10
386,506 386,506 00000000000000000b3c4b55f9a2a84728d0dcefd19e23d09e1ba62f6051d5d7 444 0.34/1.00 vMB 22
386,505 386,505 000000000000000005bb9f25f3a63a23caa467bf5ebea398bee70c480fd39e64 1,657 0.83/1.00 vMB 35
386,504 386,504 000000000000000007ed136ac8320a073464f754afdc9fbc82ddad021bd7f614 17 0.95/1.00 vMB 0
386,503 386,503 000000000000000006d932d41ce83a2def15c258bbbdafe46d759a0604d509f2 508 0.31/1.00 vMB 20
386,502 386,502 000000000000000006e018afd11171fcd3febdde623e334b6daa9929af28bf69 1,380 0.89/1.00 vMB 33
386,501 386,501 00000000000000000d6a2fb175528b4888eeb6e543c7f2cf9cf7a0022c236fa4 2,887 1.00/1.00 vMB 45
386,500 386,500 00000000000000000ae1db07cbff5e06a45ce34a9772d8313dd9de0b650907d8 364 0.22/1.00 vMB 36
386,499 386,499 00000000000000000daff33b1686674ea292e6b9988e4f0a23b32f73d733c83c 254 0.25/1.00 vMB 17
386,498 386,498 00000000000000000e9871a8abb3c71e73f0b2630340032fef6989a8dee9bac3 330 0.17/1.00 vMB 27
386,497 386,497 000000000000000000abfd0d4e8f4b0bb9f3756bbc011d86756c537edc2655c6 1,576 0.74/1.00 vMB 59
386,496 386,496 00000000000000000a01b7874e7647531d7fcc9e8e13c775fc9d803b96fd2884 70 0.11/1.00 vMB 12
386,495 386,495 00000000000000000984691bc7b9f3ca6356e72a6a3c60f773540128538419e5 1,358 0.99/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 719.52 GB
    • Received: 18.08 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.