Loading Tool

Explorer IconExplorer

Memory Pool

41,479 transactions
27.13 vMB
0.06520541 BTC
Random Selection Loading Transactions
Max Size: 142.41/200 MB

Candidate Block

Mining Attempt 1dc8e686b6881cb0ca3a0290bc13ff887dbbda3a9b9251e129d5970976804704
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 4435caac9730a8261777de9113655ac7e57f72d4a2419a8ce05897f52bb75755
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,118
Size: 1.00 vMB
Total Fees: 0.01496856 BTC
Feerates: 100.52 > 1.50 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (570,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
344,121 344,121 0000000000000000008b9debd883ddeaa0ac9674acde09cd1532398e30f4ed7a 1,162 0.67/1.00 vMB 23
344,120 344,120 00000000000000000ae9d5af790d95d0e112fb70fd1e82fe125d66c1d67b9362 256 0.07/1.00 vMB 44
344,119 344,119 000000000000000011d809867831146b2496bce3fbfb3cff0b9a4544bf068f87 974 0.55/1.00 vMB 25
344,118 344,118 00000000000000000a23933a0108085f6372e2a05721938ce8038e936e938cc2 677 0.31/1.00 vMB 29
344,117 344,117 00000000000000000fcf3375307838cb8e16f4736d71efe5a1c1288e72717ad6 1,429 0.74/1.00 vMB 25
344,116 344,116 0000000000000000005800d18f46a666429b419316ac9b6c1883a501643c8659 536 0.26/1.00 vMB 26
344,115 344,115 00000000000000001829441b913087d91a4c49bc5e1747e83caf61664b2af5dc 224 0.10/1.00 vMB 26
344,114 344,114 0000000000000000064ed5784afb103c0999e9865e2c3d9ea7ee48b341be7c28 188 0.10/1.00 vMB 23
344,113 344,113 0000000000000000099b3f1f2bc1b588fdb76ade3d41bf336664e053862f79fc 290 0.15/1.00 vMB 18
344,112 344,112 00000000000000000216391dd0e8535c766516d9584cefd8691b2b2df756c965 1,219 0.59/1.00 vMB 30
344,111 344,111 000000000000000006c42a8468c40d6843be14f6212fac3be87a218c8453beb9 1,206 0.63/1.00 vMB 26
344,110 344,110 00000000000000000be1e7b66be3066fd96bb0f9e1890bd4175354f39842448d 192 0.09/1.00 vMB 19
344,109 344,109 0000000000000000188b60bdbb8dc1114f64abb1d9db361dcaf5e0fc755886ca 151 0.17/1.00 vMB 18
344,108 344,108 000000000000000002e052080c850c8a11b5bd7e57ca5d43ed42d51ea68096b9 1,576 0.74/1.00 vMB 28
344,107 344,107 000000000000000010e2cd31e92bc43c1f21cc84a0b24bb307c6c94d54c7bf6d 1,554 1.00/1.00 vMB 22
344,106 344,106 00000000000000000dba9890ec1d3576bd36ad3275f5a20e9dbc1c5a9453abf4 1,024 0.28/1.00 vMB 56
344,105 344,105 000000000000000008af849c45982c88d24e44f995962e9b1fb411ae3b082de9 1,166 0.59/1.00 vMB 28
344,104 344,104 000000000000000008561180c71b413856bb3ae4ed5102c8b9cd89aaece5eaeb 67 0.04/1.00 vMB 24
344,103 344,103 00000000000000000c1b20b03d6197157f05bf0f6dec487b3a2e807d2b0f9d43 1 0.00/1.00 vMB 0
344,102 344,102 000000000000000008600e1bdc225a3a0f3e86f327d3c5eb5574b616c68bbda9 975 0.50/1.00 vMB 25
344,101 344,101 00000000000000000b8de2e4dca0b88bd7e96aaec4de210838061e2d403b0546 296 0.16/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.04 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: 650.66 GB
    • Received: 13.30 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.