Loading Tool

Explorer IconExplorer

Memory Pool

78,769 transactions
29.08 vMB
0.09897512 BTC
Random Selection Loading Transactions
Max Size: 176.42/200 MB

Candidate Block

Mining Attempt a52a0157f4b1790a6aca27a3ded30bf34ef0b6fc563d1e78b7470a784e60bb2f
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 6e20868f24a5a8321146ddbdefe70160af1f8665b666724a503b2b748e7780ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,516
Size: 1.00 vMB
Total Fees: 0.03811801 BTC
Feerates: 137.15 > 3.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (419,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,041 496,041 000000000000000000b027d26e362721d542e225352e6ba17b5b60537e6a20b9 1,950 1.00/1.00 vMB 113
496,040 496,040 0000000000000000003b3ee1bf53487a28de702298024500834981746c183c20 2,323 1.00/1.00 vMB 154
496,039 496,039 0000000000000000003f04f7574d9c929032e56b0115e7621913574b698d5a9b 1,920 1.00/1.00 vMB 169
496,038 496,038 000000000000000000780d1d88bde88ef66bed8ffda9617439ba888e646f911a 1,630 1.00/1.00 vMB 183
496,037 496,037 000000000000000000a01d9fbaef7e2d03782cc9860fe79be7135d5c93708a53 1,455 1.00/1.00 vMB 145
496,036 496,036 000000000000000000c31d7197342631d8f0350b68000b0f89a6b71db58b0195 2,179 1.00/1.00 vMB 168
496,035 496,035 0000000000000000005493602c63c60a20cd06ea7232200a7156143ba08efcb3 1,845 1.00/1.00 vMB 274
496,034 496,034 000000000000000000bfe7eee4e8c773d9723f056001f77654a85fde2ede3e80 1,859 1.00/1.00 vMB 114
496,033 496,033 000000000000000000c2787a6e53f6bc25d81a2eea7008f9729ab321c4186e5b 2,009 1.00/1.00 vMB 182
496,032 496,032 000000000000000000ab8ea280c1825d7d9799c72651a80467d4b7242e49eacd 2,035 1.00/1.00 vMB 208
496,031 496,031 0000000000000000003bb7505c74e45c58feea631602d0e5a4a01f5dcfcb7fbd 1,890 1.00/1.00 vMB 96
496,030 496,030 000000000000000000bac61b60246a3d6a8ebf7b5864235c68a477f4988b22a5 1,474 1.00/1.00 vMB 76
496,029 496,029 0000000000000000005e4bfb5ba6f2b7ee5bbcd13dbe52919b7d29c9b6790bc5 1,457 1.00/1.00 vMB 76
496,028 496,028 00000000000000000015066c349b81ea30bb819bdc1fb1a1206e8d32ca5ddbd3 642 1.00/1.00 vMB 35
496,027 496,027 00000000000000000052211a8a73d9ce89a5bcec91046a4b5a8d86544d67b486 1,796 1.00/1.00 vMB 104
496,026 496,026 0000000000000000009ca7eff2d8196ccfb1d9a964dfb8ecbf5cfd8cc879913e 1,897 1.00/1.00 vMB 100
496,025 496,025 0000000000000000006c5b051026b09d0bc5c8b366347fc6581fdce0681dda3c 1,942 1.00/1.00 vMB 127
496,024 496,024 0000000000000000000a0ecb65b8caa46876463054ba651c66f88a8f5c68898c 2,025 1.00/1.00 vMB 123
496,023 496,023 00000000000000000097e17656269ce79276b9783f4e0dbcdccd747fb16fcb4b 1,380 1.00/1.00 vMB 23
496,022 496,022 000000000000000000b0e6415ca44dcb1768534cbd80221d1da3ea2e338d3c3e 2,549 1.00/1.00 vMB 191
496,021 496,021 0000000000000000007ab95a5293ef175961fa690210051436df4fb56d6380e5 2,138 1.00/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 782.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.40 GB
    • Received: 15.93 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.