Loading Tool

Explorer IconExplorer

Memory Pool

26,843 transactions
27.45 vMB
0.07331018 BTC
Random Selection Loading Transactions
Max Size: 131.39/200 MB

Candidate Block

Mining Attempt 4982e67290a05889ceadfe0b39b5133d55c04ec5c922a16116c15a05cadb95c8
Version 20000000
Previous Block 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6
Merkle Root 6f93e9d91ae80fcdd640474fae7710e8fc8be1069b9a65b09ad2e01f9b3e1d4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,397
Size: 1.00 vMB
Total Fees: 0.02126570 BTC
Feerates: 301.57 > 2.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,478 (444,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,765 469,765 00000000000000000116c2c4642dee7e5aa53d3ef9941124e16076c74d3602c1 958 1.00/1.00 vMB 91
469,764 469,764 000000000000000000137dd4ab4524826204662d1f2e21094babd97392407e75 2,078 1.00/1.00 vMB 311
469,763 469,763 0000000000000000012d6e469afcba0f35396f8c345cdd979d7b32d84d75f7bf 2,093 1.00/1.00 vMB 71
469,762 469,762 00000000000000000078bffcf809c0a4c5265f61407c5c6f637cc68de265aaed 2,365 1.00/1.00 vMB 346
469,761 469,761 0000000000000000000aced1196d854db34de63ee13d2490dbd104bc283295a6 1,846 1.00/1.00 vMB 225
469,760 469,760 0000000000000000004bb7dc3a389838c880351838fc742008ac1cd6a0b8c119 2,322 1.00/1.00 vMB 106
469,759 469,759 0000000000000000018871c9859c37e4829c4346cf3278340a2b88147de968bc 1,670 1.00/1.00 vMB 294
469,758 469,758 0000000000000000003b73e9cca0a481645e5b069ede63ebf8c63c72586e3406 2,449 1.00/1.00 vMB 391
469,757 469,757 0000000000000000002ff1125f5fdbda2d5bcd75db2c0682e88532868527a6db 2,034 1.00/1.00 vMB 346
469,756 469,756 0000000000000000005a0c4899ac51f1898cfc660f27acf167deff1c3cf5d970 1,805 1.00/1.00 vMB 314
469,755 469,755 00000000000000000079342c59a948b3ceb05c3b2a7559a0601a1cc000f49cfd 2,299 1.00/1.00 vMB 403
469,754 469,754 000000000000000000728f38bfe0f2ef5706dbdd0499e3e2a940f511bebd377c 1,510 1.00/1.00 vMB 472
469,753 469,753 00000000000000000079f0938b09c1551d44d5ac49c5f39f2bb485e4c86a92bc 826 0.99/1.00 vMB 160
469,752 469,752 0000000000000000003c995310f310b7c416abf33293a089efe858849b175eb9 568 1.00/1.00 vMB 115
469,751 469,751 000000000000000000af1fff7add24621ceae2b56a6068a8132e46e937fc1bef 1,947 1.00/1.00 vMB 308
469,750 469,750 00000000000000000191d68542a492f39ff9911e219ebc3c718167f0636e68c7 2,197 1.00/1.00 vMB 255
469,749 469,749 000000000000000000ed1d6aa957e51a70dd8f1e0a3b5f86cb8df6c551bad23b 2,394 1.00/1.00 vMB 172
469,748 469,748 00000000000000000040c35676d8be99da3373df79689df4baef91a998ea4d0c 1,904 1.00/1.00 vMB 181
469,747 469,747 000000000000000000d8ce11cb8795fa494cab49ec153b0b76af8aaab4496d1f 1 0.00/1.00 vMB 0
469,746 469,746 000000000000000000219ef87a118b1b2702606e3284c5e98481e14764a02d1e 2,169 1.00/1.00 vMB 75
469,745 469,745 000000000000000000707ee297a0e8bd5c8f0430bb1b5f2c8a71fab4d08069a1 1,837 1.00/1.00 vMB 213
Previous 10 blocks ↓
Total Size: 781.46 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: 610.95 GB
    • Received: 10.77 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.