Loading Tool

Explorer IconExplorer

Memory Pool

45,324 transactions
28.23 vMB
0.06839387 BTC
Random Selection Loading Transactions
Max Size: 150.03/200 MB

Candidate Block

Mining Attempt 734900c0ffeb79d8da195d7e14bd37cdc57a69053344d98854e221439f0427c8
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root d134b4904e43f449b43fb7b1ee4ce8c2d91fc0916b3fe4cf0d6aa86ea13d61ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,562
Size: 1.00 vMB
Total Fees: 0.01515820 BTC
Feerates: 100.23 > 1.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (538,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,519 376,519 0000000000000000102f6eb0772c453a0ad0e10a6f720f41a7f008a7d329ef66 233 0.12/1.00 vMB 31
376,518 376,518 00000000000000000430194cb6c745b5ff40c38de5436d511b25a1bf155a9801 870 0.43/1.00 vMB 34
376,517 376,517 00000000000000000d71c900b3d05117b6bb1163ab9c8a11134a40eac5edce8a 554 0.47/1.00 vMB 21
376,516 376,516 0000000000000000039c5870fa13328e17c0943a8cb5e4a6d4766ba4acb10db0 116 0.10/1.00 vMB 22
376,515 376,515 00000000000000000e26c3795e161b06566dd1b87c5d470cad0fa6256fd0f1b3 1,268 1.00/1.00 vMB 21
376,514 376,514 00000000000000000a3c4450221b2f2698249be313c989facd6609d5d0259207 1,910 0.95/1.00 vMB 36
376,513 376,513 0000000000000000032420ad2987adc954df855f9ae10cf608e911b431f640e0 2,375 1.00/1.00 vMB 48
376,512 376,512 00000000000000000878f1a8f1cbe086b67ca034364cbbfbf6e29477d16ed4a4 671 0.34/1.00 vMB 34
376,511 376,511 00000000000000000947a884304a9a2b18b81567826fc7203eca8ef9920e21f2 265 0.14/1.00 vMB 29
376,510 376,510 00000000000000000cae8ea24cdaf18d2a02e6d15fba7bfed8f004719669641a 1,632 0.87/1.00 vMB 31
376,509 376,509 00000000000000000d74f5def1087f3ec1571cb468e471e71f96063253988c78 458 0.22/1.00 vMB 32
376,508 376,508 0000000000000000102a6f3df49b7e976c70af7ce77ccf09f61bc839da66ee3e 636 0.29/1.00 vMB 39
376,507 376,507 00000000000000000a177d1acd6a996e361958b12b969d0309cf3f17b41e1429 350 0.17/1.00 vMB 33
376,506 376,506 00000000000000000c04a5564fb96b1acc670e784918692ee7c0c7f62e47716c 1,055 0.62/1.00 vMB 30
376,505 376,505 00000000000000000d20d1d0389410615681bcb138a4e7e4cb1e4e750175111e 1,551 0.77/1.00 vMB 35
376,504 376,504 000000000000000000bfc2a1e79ece40d9b242ab5b0aec20d70a9b587a6ee6d7 249 0.18/1.00 vMB 41
376,503 376,503 00000000000000000d33f6a5a499b30fb4141b6e46e7e2603696c52bc033d1ea 922 0.46/1.00 vMB 36
376,502 376,502 00000000000000000ee7ceb1b91306789a7937a88f377550837d5a662b3e7984 1,193 0.62/1.00 vMB 29
376,501 376,501 0000000000000000082ac60673dba1842cf279497759b5d156f320e939cfc669 1,699 1.00/1.00 vMB 33
376,500 376,500 000000000000000005ee770e9972c41c50a2ecf62cfa86c46b06efdf926fea48 602 0.30/1.00 vMB 31
376,499 376,499 00000000000000000cbbf6998587898d1e8759012d52ff84065ab6bba1bcd7e4 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 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: 651.96 GB
    • Received: 13.67 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.