Loading Tool

Explorer IconExplorer

Memory Pool

46,401 transactions
28.99 vMB
0.09538395 BTC
Random Selection Loading Transactions
Max Size: 154.05/200 MB

Candidate Block

Mining Attempt 4d712cf7a52acaa88ff2c5f581b9062ce0dce3c7c82afb66ca425b704c9d6fb6
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 1ad58e24dd1bac7b1ca075add7330838665d4fe55f07035a1aa6304c7a3cff42
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,168
Size: 1.00 vMB
Total Fees: 0.03870623 BTC
Feerates: 150.92 > 3.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (122,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,061 792,061 000000000000000000043eb42fb40db5746f56cefbce25580bcad265ad378bbd 4,535 1.00/1.00 vMB 38
792,060 792,060 00000000000000000004b0e40b16b7c64397257407cd4dfb8c70aa6cd836a7b2 3,374 1.00/1.00 vMB 40
792,059 792,059 0000000000000000000587c9ada0b3a382dda9e9143b8ccdec833f8f051113f1 3,174 1.00/1.00 vMB 21
792,058 792,058 0000000000000000000350201dd45f0a9b9c95bc7119630ce4eea8276890ca6a 3,553 1.00/1.00 vMB 42
792,057 792,057 00000000000000000005502e8c28b2d71eba29e8e08fc2119a6386895932496f 3,429 1.00/1.00 vMB 52
792,056 792,056 00000000000000000001c4094bd67d2b2256476712f06c3fa950551104bb147e 3,459 1.00/1.00 vMB 44
792,055 792,055 00000000000000000003e045c483339c501e65fba4247e71fc92139985138d72 3,595 1.00/1.00 vMB 42
792,054 792,054 00000000000000000004341dbe3aeeb716431b0da5efe16259105d9a23c48506 2,832 1.00/1.00 vMB 47
792,053 792,053 0000000000000000000322fc0a059d04c72dee443ef716767b8c87f90dd61f7d 2,813 1.00/1.00 vMB 52
792,052 792,052 0000000000000000000153e77782d5cc472668d59ae9ea4e178d1916fa8d4955 2,595 1.00/1.00 vMB 55
792,051 792,051 00000000000000000004bc24f35f6c5c4220ab021b0f9e266f58f255d29984e6 1,974 1.00/1.00 vMB 63
792,050 792,050 00000000000000000001d36b2fb95be3580cda71b075ba5b7089fb12ac123d39 1,765 1.00/1.00 vMB 62
792,049 792,049 00000000000000000001cdb6827c7f5b85701c6febcc3c58e4edc23cee7e063e 1,908 1.00/1.00 vMB 61
792,048 792,048 0000000000000000000030a7d6927fd69479ccd4bdf57bda2f00b0812be83bf8 4,128 1.00/1.00 vMB 74
792,047 792,047 00000000000000000003915522f3153db92ee3a03652432ed4986e034de96c79 1,934 1.00/1.00 vMB 63
792,046 792,046 00000000000000000004264d75bec575b5e65ff1195cd3afdfce508d4d9046f2 2,247 1.00/1.00 vMB 60
792,045 792,045 000000000000000000005500826b57d754f3f7014c3190fb4c22bf1d1277fc66 3,412 1.00/1.00 vMB 64
792,044 792,044 000000000000000000024aa2d2e2dc0a8f491fe3b47f99e8148f87ab2abc43d7 3,436 1.00/1.00 vMB 32
792,043 792,043 000000000000000000050877301eeb06506eafc220d091763cfba3d604ccb678 4,104 1.00/1.00 vMB 40
792,042 792,042 00000000000000000001e6d039551b4a687434a5b05be4c1fa6a9faa33baade4 3,988 1.00/1.00 vMB 52
792,041 792,041 000000000000000000018d3095b2b527ae46df1d4f516c456d923b0d314da26a 3,086 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.05 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.95 GB
    • Received: 13.37 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.