Loading Tool

Explorer IconExplorer

Memory Pool

79,484 transactions
29.52 vMB
0.09248012 BTC
Random Selection Loading Transactions
Max Size: 178.59/200 MB

Candidate Block

Mining Attempt e51466038c89608f146a339eb13a5b8c369413f26beb0fc72f420f2f2b737890
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 5f5d835c4685a1d715dab3f5d85bbbb99036ac8a2b2491b0621557b7b4c4db7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.03046399 BTC
Feerates: 301.60 > 3.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (678,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,060 237,060 000000000000001a74e886007d45abf8feae6668516e35462fe207f0bfe48b7e 364 0.20/1.00 vMB 123
237,059 237,059 00000000000001679e03844bc5e651ff9394b57f4612a43e555fc5cedab5c3b2 781 0.25/1.00 vMB 249
237,058 237,058 00000000000000ce70375942e44e5a5f5f2192afecdc178fe0fe240bb8310d1c 795 0.32/1.00 vMB 198
237,057 237,057 0000000000000156d33717e7055beb017cd07e0d044fc7a4a364cf459d148aa1 481 0.20/1.00 vMB 194
237,056 237,056 000000000000015767a84949b0bbf7ba25c24515e6198fd57909b8d3d1d7a7f5 1 0.00/1.00 vMB 0
237,055 237,055 000000000000005bb239fc8ff69c2d9fd33d1d23532dcebcb24192758f1baba3 241 0.10/1.00 vMB 139
237,054 237,054 00000000000000afe58811aea548dac4d6f4fd8c9c2b88836c84170ab52b03b8 1,022 0.44/1.00 vMB 167
237,053 237,053 00000000000000b9f7b4bfaee1287b3e51fd534cdb30f42c482dfff7f714f6d3 5 0.00/1.00 vMB 919
237,052 237,052 000000000000008bdabb35a3ce5f85b8c3a11ffefd5a29defcd4c786e271f8a9 255 0.14/1.00 vMB 134
237,051 237,051 00000000000000974ef598484af566ad5534da464a6c3a0745004a4b81e6bf94 678 0.32/1.00 vMB 170
237,050 237,050 000000000000012a7a5fa85ad1f9e4f20ebbd2fcb7f7f38354dff465997f3893 138 0.06/1.00 vMB 169
237,049 237,049 000000000000016f204ceaf8578ad5e79dca802bd4f86c76dbf2dc24894e39e3 486 0.21/1.00 vMB 173
237,048 237,048 00000000000000363b6903350150fbbb4ea3f4ea032d061741390a1fd19b7974 162 0.08/1.00 vMB 162
237,047 237,047 000000000000017fdb64ed21de7c720fd68bc1506a4ef910ae770ea4e8fc5a5e 694 0.32/1.00 vMB 175
237,046 237,046 000000000000015103f5856ff6afeaa01f53325b64ffc8e32b4e3fa9467c1171 161 0.08/1.00 vMB 138
237,045 237,045 00000000000000221902e14544bf5a50fbc09e1a28932bf5aff8b545d1d43661 454 0.21/1.00 vMB 174
237,044 237,044 0000000000000089eb3f4c5978f7c416c7acb450e9c2b0766ed25f6aec5b8641 480 0.19/1.00 vMB 176
237,043 237,043 0000000000000011d93a82b2aa16592ffb558a001e40078f6e4b1eb369cf5c3e 310 0.13/1.00 vMB 173
237,042 237,042 000000000000009d058d287422344b975c1b414ff5f660262db7c449789b9ab8 48 0.02/1.00 vMB 131
237,041 237,041 00000000000000ca9bdc568733d557852b2fe1e8724a387547b122e15ca97480 1 0.00/1.00 vMB 0
237,040 237,040 000000000000012c07cc281c2bbfe24c2fa2963de0c2fc4e0dde29408d4ca624 151 0.11/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.