Loading Tool

Explorer IconExplorer

Memory Pool

78,209 transactions
29.15 vMB
0.07239324 BTC
Random Selection Loading Transactions
Max Size: 174.32/200 MB

Candidate Block

Mining Attempt b0db73d46698819913d8c4f64f197a4c55140eee43748804077bfdc2081ddffe
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root eed2a8e57a637ee0600c8590becd2f3f5c3578aeae7ea1323b35145e1e8d8eb2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,135
Size: 1.00 vMB
Total Fees: 0.01332287 BTC
Feerates: 73.20 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (358,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,805 556,805 00000000000000000025e3b13e6f5afd0b0a8f641eaea87f4c5c6ee3e7e78a8f 2,427 1.00/1.00 vMB 8
556,804 556,804 00000000000000000009880b8260546a4bdf34fa717a108b5e9caa7dff75fed3 2,629 1.00/1.00 vMB 27
556,803 556,803 00000000000000000024294348a6bbef5650ef9858325c81e33169bfcec2d542 1 0.00/1.00 vMB 0
556,802 556,802 00000000000000000011c040976f31271fbef5240a66e52adbb79b767d6159bc 2,346 1.00/1.00 vMB 38
556,801 556,801 0000000000000000000ad7aa4aeca281dad5615559c08d305a36059f5ce3f91c 1,403 0.98/1.00 vMB 6
556,800 556,800 0000000000000000001114ccb8f614e719e66add8234bb801ae439782d7a16e3 2,786 1.00/1.00 vMB 8
556,799 556,799 00000000000000000018d294005e58fb83b58b7d6ffc5ddcec747d981dbae52f 2,670 1.00/1.00 vMB 24
556,798 556,798 00000000000000000025f210d2caad5cfaf4391488aea81100c271f5927d5a8d 2,707 1.00/1.00 vMB 7
556,797 556,797 000000000000000000021fdbfd75d5e4f2cf30cf685f8a01f8a3b370810606be 2,729 1.00/1.00 vMB 23
556,796 556,796 0000000000000000000fd9e1d0e565facad17eb004261975d1caa68587fa3e1a 2,995 1.00/1.00 vMB 29
556,795 556,795 0000000000000000000f16435c289d26e1f149db5b38eb03178b1fd28974e78b 1,267 0.90/1.00 vMB 7
556,794 556,794 00000000000000000010cfce1061971ddf53064a7d6e2cfd879bb919e866daa8 2,148 1.00/1.00 vMB 15
556,793 556,793 000000000000000000214be7b4b312a84874409a54a263cc72201792395fec8c 1,460 1.00/1.00 vMB 5
556,792 556,792 0000000000000000002fd5f28375b69a409e17856defe845b9019f5b71c747ab 1,762 1.00/1.00 vMB 2
556,791 556,791 0000000000000000000078e6da3f672ee07f8350da16de290815d4ad77603b9b 1,998 1.00/1.00 vMB 4
556,790 556,790 000000000000000000031655c58c5757e1254fa1b73b147a03ee2009ddeae550 2,665 1.00/1.00 vMB 11
556,789 556,789 0000000000000000000435501e0f6fc48579f967f5db8034c714032b6282f84d 3,732 1.00/1.00 vMB 24
556,788 556,788 00000000000000000003fd1a7347b12c48d9ed17637bec5a1b984ac8af960774 2,709 1.00/1.00 vMB 31
556,787 556,787 000000000000000000076c839c0553c994327b3bc874ba2c4fb8675a31b76d73 3,016 1.00/1.00 vMB 7
556,786 556,786 0000000000000000000d678fd8eb45c76d10732650c5f8c2eafb9a9cea6b3ccb 2,954 1.00/1.00 vMB 20
556,785 556,785 0000000000000000001806182c2b487bfd1accd6dba7e856724a6af0efbba5c5 2,609 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.50 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: 668.41 GB
    • Received: 15.50 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.