Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,137 transactions (3.01 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,251 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,538 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,250 (449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,801 908,801 00000000000000000000aacd60287ea849dabbcf78b499510e93a3d016e7797e 1.47 MB 3,186 5
908,800 908,800 00000000000000000001d4c15b26cc010a2648f676dde491d9ae9aa72efb1457 1.67 MB 3,933 1
908,799 908,799 00000000000000000000aa660fe5a842fa3b60725930b8bd9f25e1c80d2e72b0 1.82 MB 3,777 1
908,798 908,798 00000000000000000000c6b4c18897802eeaf4f75b0a08b90b8e77136803c611 1.76 MB 2,197 2
908,797 908,797 00000000000000000000369a113d0e0e86e8a1c798ca36561b10bc3a5729f82a 1.68 MB 2,922 2
908,796 908,796 00000000000000000001175e45eab9a16bafa3220f5fad6d0ce08a229c9029e1 1.68 MB 2,551 2
908,795 908,795 000000000000000000001d5cb2dfafc1ed874585acff1ff83a399d80fc151507 1.89 MB 1,118 2
908,794 908,794 000000000000000000019ad276cf6eecb1c0107d533ebdf482f7ccbb6256b4bc 1.55 MB 2,664 3
908,793 908,793 0000000000000000000229cdd387583ae6e6dcffefa1a52f8e27d661661cf705 1.56 MB 3,719 3
908,792 908,792 000000000000000000017b5ca8090d33fbba01fbcc4741006c3ac39bf03cada8 1.64 MB 4,121 4
908,791 908,791 000000000000000000011a9632d4e2dbe1719db807ea3261faad5a167a004e1a 1.44 MB 3,497 9
908,790 908,790 0000000000000000000010c59290feaeb5be726c29799bd1bdfe6c98afcb1c41 2.01 MB 3,995 1
908,789 908,789 000000000000000000021641af322da740451512b5e2b3d4c8f72e2af0105a93 1.96 MB 3,063 2
908,788 908,788 00000000000000000001ca48c3eeb0b6560bf048539ac7dd3b8161bb1d2acd82 1.34 MB 2,030 2
908,787 908,787 0000000000000000000209884dcc0c6d5d44d671b5cce3d898a4187c5805f129 1.50 MB 1,848 1
908,786 908,786 00000000000000000001cba25bcff5cb1cd41314eb2ad681211269e4e70ea930 1.68 MB 2,790 2
908,785 908,785 0000000000000000000009b9d8ca9ea528d0153ba7afeb8b9292bde8b107340e 1.66 MB 3,151 2
908,784 908,784 00000000000000000001f451a80fef682595eaf52d7734d968dd71fde65f2fdc 1.58 MB 3,964 4
908,783 908,783 00000000000000000000a5471ffda6a229ce8979710f3d993d56aebed555500f 1.49 MB 2,725 3
908,782 908,782 000000000000000000013eca86127db2755a5052f8a95f33a082dacb40e0adc0 1.58 MB 3,846 3
908,781 908,781 0000000000000000000033540e533f35aa722839a901fed38bed76eef8981701 1.59 MB 3,285 5
Previous 10 blocks ↓
Total Size: 772.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 110 incoming
  • Data Transfer: 2,030.50 GB sent, 107.99 GB received

Notes

  • This page updates every 5 seconds.
  • 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.