Loading Tool

Explorer IconExplorer

Memory Pool

45,213 transactions
27.82 vMB
0.08850973 BTC
Random Selection Loading Transactions
Max Size: 146.14/200 MB

Candidate Block

Mining Attempt 93b2694a6598eee8188ff8b9ed51688af9c57ec6fec8de4c28af080364fbb3c6
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 5874707e9666d059c9a10db1f9ef31b327d9c7bc8ec6f945718b55cfdc437c61
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,951
Size: 1.00 vMB
Total Fees: 0.03407132 BTC
Feerates: 157.73 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (475,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,875 439,875 000000000000000000232a266842d5d757ad296f824296dbb24f9079f065c902 5 0.00/1.00 vMB 861
439,874 439,874 0000000000000000026caa938a5c0b559bc0c4d2117fd94cf968b5182ada930a 1,973 1.00/1.00 vMB 70
439,873 439,873 000000000000000000274715185ee9c69f82517e472e4fe49e37a00a43d37452 1,770 1.00/1.00 vMB 52
439,872 439,872 000000000000000000fd770eaf0bb7b141141244239de9bfdf4c6df66d84f544 2,132 1.00/1.00 vMB 66
439,871 439,871 000000000000000003c9952f454468235e0cf4a195529e0391e40a31c54b5d0c 3,245 1.00/1.00 vMB 66
439,870 439,870 000000000000000002ae8c6d8b69074d9d2c4cfa0e07559490ee51dcaf6b6bc3 2,515 1.00/1.00 vMB 65
439,869 439,869 000000000000000003ddb5ac665dcf2c09a4546132004e6f223284bd04c70458 2,201 1.00/1.00 vMB 76
439,868 439,868 000000000000000002139e89c618b335be5a6c1666258f2b3e3545f05212f42c 2,440 1.00/1.00 vMB 103
439,867 439,867 000000000000000001183f68dcb63518de761e8c2758936b4aadce7009d5082d 1,608 0.75/1.00 vMB 76
439,866 439,866 000000000000000001badd1a297173e61d1b9806c19203d6acac9fc2e2af01f5 2,956 1.00/1.00 vMB 65
439,865 439,865 00000000000000000344f2898d5db3de2479d77787352a3a608d11187226ee87 2,160 0.93/1.00 vMB 74
439,864 439,864 000000000000000003baf9c0fbc6379bcaa567fe258f17eb3d0ea6ea79fff7b2 2,410 1.00/1.00 vMB 87
439,863 439,863 000000000000000001d0caa1f5f7c966e0a6db718b965900de3bd648c1feabf1 2,248 1.00/1.00 vMB 76
439,862 439,862 00000000000000000369cafd02b874cc0139d85c39e8186b226b37bb88d16192 1,928 1.00/1.00 vMB 61
439,861 439,861 0000000000000000031c9e7563d0ad8722262fb90945d18d38d35d0ba7e137b6 1,765 1.00/1.00 vMB 93
439,860 439,860 00000000000000000344ae9d47c9935a39b6e0db38ef8fdd3a3596e9db7e75f4 2,580 1.00/1.00 vMB 61
439,859 439,859 0000000000000000038bfc53d1996420ad366379e2a7ace829acae87e476a95a 1,826 1.00/1.00 vMB 70
439,858 439,858 0000000000000000032e0ee60144ca5aef04ee30d47a66b8ffef3b35ff07cdc6 2,339 1.00/1.00 vMB 63
439,857 439,857 000000000000000002dba433c2bd45f4492a1dec2cde143d7dee9f20a11ee006 2,615 1.00/1.00 vMB 86
439,856 439,856 00000000000000000295b9155097ca178fe3d1df384dd6726f4d7b500224fb48 2,232 1.00/1.00 vMB 84
439,855 439,855 000000000000000001021e490428a13e6da22a137f3bd13853b36c64982aa053 2,960 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.23 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: 655.04 GB
    • Received: 14.24 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.