Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,092 transactions (0.93 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,398 000000000000000000022b910000000000000000000000000000000000000000 ago 0.91 vMB 3,079 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,397 (881,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,810 29,810 000000007af2e128635f41aba30553056472136012baf4585bc9656cb1214d0a 0.00 MB 1 0
29,809 29,809 00000000a504ee6d4213517c841591c6e5028dfc928eec7aa3488c622fec0acd 0.00 MB 1 0
29,808 29,808 00000000aca3213a3162f9739c7b63d6e62be391ac087346dabb5a62eb6846ca 0.00 MB 1 0
29,807 29,807 0000000004ad26a75267cb62f88d93e82df4d8ca4581056abb93f7bb75aa2fbb 0.00 MB 1 0
29,806 29,806 0000000081e02dcf963a22592f23529a2f44b5f41bbcf299600bf72143104eaf 0.00 MB 1 0
29,805 29,805 00000000ed6eb8b43309977a7c7f0f460d3a3ed196e8f94f4d1b638976d286d7 0.00 MB 1 0
29,804 29,804 0000000031d29cce2855ba0b2e1ba825f3a7d6861328daed11a5e186a25380bd 0.00 MB 1 0
29,803 29,803 00000000b49b450576f838966fe97b11c36f928e76d1808c26fe6ccb8b8c45ed 0.00 MB 1 0
29,802 29,802 000000002788955d8a166d2ba3daa5c19d0722717d457c63614f84ccb18cd142 0.00 MB 1 0
29,801 29,801 000000008834a3516d333409316db1575b39de7a83678cf6c7aab16b25d89835 0.00 MB 1 0
29,800 29,800 00000000977dac45efb3b6af20fac4f3ceaca8a2d886dae1e9ae3abeced7a9f6 0.00 MB 1 0
29,799 29,799 00000000be4646ab8edbb69fe85f3d9cb490dd9d18b45ef18ed81c00df9d43c4 0.00 MB 1 0
29,798 29,798 000000006e19d252118564cd84593262081ca839b6764afda0eddbeba5c2e7c5 0.00 MB 1 0
29,797 29,797 00000000779da3f8d46272077ca8c0995fff1ec10ccac5945d96e74e1bac6bb2 0.00 MB 1 0
29,796 29,796 00000000f54bd19ea07282c9af7a196566f934194b1327556008fadfc7ede6fc 0.00 MB 1 0
29,795 29,795 00000000c6ca81a11585e8d429968bce63a90e28c76d6db21ada37662d8041c8 0.00 MB 1 0
29,794 29,794 000000006079453034b4239034734d4911456cd83b3cbfc9add57983c2808db0 0.00 MB 1 0
29,793 29,793 00000000bd3ec066e3057d9cf23b89bff3d56d4e1260db831947c8947f36a0b1 0.00 MB 1 0
29,792 29,792 000000005f5a73fb4af61dc5596b7436099ccc1e8cd0a185cd5f063155941f25 0.00 MB 1 0
29,791 29,791 0000000093b95920d1bb0ce2c959a5faf22dcf41daec7088c096e7252ef0aa34 0.00 MB 1 0
29,790 29,790 000000005991217f439b8559aa26e759c1845fdbc1b79e1627c3943a75cc2765 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,403.97 GB sent, 128.69 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.