Loading Tool

Explorer IconExplorer

Memory Pool

37,992 transactions
18.43 vMB
0.14674698 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.84/200 MB

Candidate Block

Mining Attempt 787b22cc58a40635d2799b47474200385bcf40f980ff512e5b6341b6b5ab3728
Version 20000000
Previous Block 00000000000000000001f086ac1d38071ef808576f4e78d46d6da47881545f66
Merkle Root c9eda56bc4f4ff38fdea348cccef9100005968b8360b232af611669c0fc50257
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,528
Size: 1.00 vMB
Total Fees: 0.02693385 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,328 (756,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,804 156,804 000000000000072914cbc78bde04f84a8a31d60baf3a6c1bf92223f821bbc660 29 0.01 vMB 136
156,803 156,803 0000000000000b52629faced16cb50fd9478d2828c7e78b2bec987406113fb99 50 0.02 vMB 17
156,802 156,802 00000000000000a47c88693478697f3ec23621794767539bdb734eb287543f06 1 0.00 vMB 0
156,801 156,801 000000000000057f6059c2b678e5d42191928ecd4af5f06baec34f5db1582cb7 50 0.02 vMB 83
156,800 156,800 0000000000000ef31baae3f26b313a5aca25cedc0229c9e3a1cbb825bc43a3a9 47 0.02 vMB 152
156,799 156,799 0000000000000119a9443c20e5dfe7a3a346e5de397c1b10664b6b11bdff870c 48 0.01 vMB 3
156,798 156,798 0000000000000f57a21d01251a38dc746bc4622bc8d9fc61fa088dfb03b1b615 22 0.01 vMB 108
156,797 156,797 00000000000005014e3ff73d4a235177e77f1af6df3efe305d6c589dd4c6da04 36 0.01 vMB 78
156,796 156,796 0000000000000138af1c72e663e5a41381416b27708a43c7c2abea853f1de792 32 0.01 vMB 88
156,795 156,795 000000000000065be142af1bfada5d3802706630d9e0ce97503d9c3072d82069 18 0.01 vMB 280
156,794 156,794 0000000000000272b265827b9eb88cd15c8e903acd68567f923235c163f51e42 9 0.00 vMB 4,952
156,793 156,793 000000000000053f5290a8a12f7fed34f76205bc21d482c01456f555c18fd57b 54 0.02 vMB 102
156,792 156,792 0000000000000a2539d0e7ef10123d3302d139f6d36787bd0ce734dfe1b0b66c 10 0.00 vMB 382
156,791 156,791 0000000000000cc81c8cae7a9f07502238f13bb65497bbb586291265ae4328aa 81 0.02 vMB 9
156,790 156,790 000000000000029e4b1b56f833a25c06a403f314fb6f74a542da349068dc962a 94 0.03 vMB 109
156,789 156,789 000000000000042e5073f435b04c0826e8c3726f23752317b1af97f7108ee387 24 0.01 vMB 79
156,788 156,788 0000000000000743d858d6676077d1a1d403a16bd43aea8086ebc2b96cf03373 96 0.03 vMB 147
156,787 156,787 0000000000000c5bf9de561de783c308f42ff8a65f642139adacafb5e792d92c 9 0.01 vMB 16
156,786 156,786 00000000000005bb0a1084590665c9814ee61929bf56f7687ad819a18df26682 11 0.01 vMB 23
156,785 156,785 00000000000001627ff5bf88f604782f8262cde8109b3ae88b36aa600349a81c 13 0.00 vMB 33
156,784 156,784 00000000000008cd45c3aeaed8fdb4878e8131e3edf2e24cced6055b54eacaa8 24 0.01 vMB 202
Previous 10 blocks ↓
Total Size: 779.43 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 79
    • Outgoing: 10
  • Data Transfer:
    • Sent: 129.72 GB
    • Received: 0.53 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.