Loading Tool

Explorer IconExplorer

Memory Pool

78,381 transactions
29.45 vMB
0.07442807 BTC
Random Selection Loading Transactions
Max Size: 177.37/200 MB

Candidate Block

Mining Attempt bf68a3ea6b9a49f53c948d8ce1076eaafdfc085b2ac8ab562523e1245d418aa8
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root aad48c3f949ac269f4c4851dbf254f4f5847ca54c94a205c006e2b5dcbd22d8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,013
Size: 1.00 vMB
Total Fees: 0.01243854 BTC
Feerates: 35.19 > 1.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (275,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,276 639,276 00000000000000000004fa9fc6b6318bcd61bcd8475a86b5427ac77339117944 2,761 1.00/1.00 vMB 41
639,275 639,275 00000000000000000000ea3c276f854fe0e3f4624ce4f048827590fcbc92bf89 2,846 1.00/1.00 vMB 51
639,274 639,274 00000000000000000009b342795f23e62c47011f33556203c6ec55d665e1d2b2 2,594 1.00/1.00 vMB 56
639,273 639,273 0000000000000000000530e7c3fac725fcdaa38833e6d775753495758fd25534 2,698 1.00/1.00 vMB 49
639,272 639,272 0000000000000000000efdb533e38fd5cc6a37eaf55c409b913b66438c22a6aa 2,447 1.00/1.00 vMB 56
639,271 639,271 0000000000000000000bea5c28a63990b616524b474329c7bf88f3761f4f6419 2,874 1.00/1.00 vMB 49
639,270 639,270 0000000000000000000831efbd5ceb0c1ee5aa887f2acf424ff9ca6e01448af9 2,930 1.00/1.00 vMB 51
639,269 639,269 0000000000000000000ad74d0005556d9e5c3475a0670e640e71676237e83213 2,761 1.00/1.00 vMB 57
639,268 639,268 00000000000000000007d24ae121d3ed5607140c71f7f25d75687bd1c6a17c25 2,061 1.00/1.00 vMB 49
639,267 639,267 0000000000000000000a9e67e4849c8e04c5a6634caaced980fb7d3012021999 3,092 1.00/1.00 vMB 65
639,266 639,266 0000000000000000000b78fee2d07fdd5d290a2fc55f5732d1fe1b711a2c31df 2,493 1.00/1.00 vMB 35
639,265 639,265 0000000000000000000a01bb31dc753ffb6f5dedbf37b12ec29450f6087485c3 2,595 1.00/1.00 vMB 58
639,264 639,264 00000000000000000008781d9c8b8d8d1f364dc07bd10a3535467833ad8cd483 2,707 1.00/1.00 vMB 40
639,263 639,263 000000000000000000058d8ebeb076584bb5853c80111bc06b5ada35463091a6 2,042 1.00/1.00 vMB 22
639,262 639,262 000000000000000000050e11fe50d4191159e6c7530bd5468a1ef2aab6dcf305 2,817 1.00/1.00 vMB 43
639,261 639,261 00000000000000000006ba9e98846afc3f3a0521dc7e5369bd2464511c1b9bdd 2,849 1.00/1.00 vMB 53
639,260 639,260 0000000000000000000a4a3803a1ae14e079a25676055ff7c15b7101ab1fe992 2,733 1.00/1.00 vMB 51
639,259 639,259 00000000000000000006433bcd52f280ed60133f222984f6040a8282a7d019b7 2,437 1.00/1.00 vMB 41
639,258 639,258 0000000000000000000c368076049bbf1e10d3934938f77a42b9dffcb0c2ea3e 964 1.00/1.00 vMB 15
639,257 639,257 000000000000000000050dddb70fd4570eea653b6770e3f4569300d0ff11acf9 2,808 1.00/1.00 vMB 11
639,256 639,256 0000000000000000000455207e375bf1dac0d483a7442239f1ef2c70d050c113 2,271 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.58 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.24 GB
    • Received: 15.89 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.