Loading Tool

Explorer IconExplorer

Memory Pool

79,810 transactions
29.96 vMB
0.10330372 BTC
Random Selection Loading Transactions
Max Size: 180.90/200 MB

Candidate Block

Mining Attempt 31ee98f689e56bc2d1a97ead208f2b26d43031f3aec20ddf20edb18b7b89c052
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root e9a3b03589f2e36a28689f7e090817a0ce3c929673dd2c765a78a9b44ae02d92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,801
Size: 1.00 vMB
Total Fees: 0.03378544 BTC
Feerates: 477.45 > 3.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (381,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,501 533,501 0000000000000000001de7c7553c39be19ab313162918c722308273910298ac1 535 1.00/1.00 vMB 4
533,500 533,500 00000000000000000020ace1b7dfdab79f778bdcaddadc57b1b6c85f34d995ae 570 1.00/1.00 vMB 4
533,499 533,499 0000000000000000000c4f268b47a62afd7994fc3d73cdb6420d894f9d2a4ceb 758 1.00/1.00 vMB 8
533,498 533,498 00000000000000000033399936c17c3f6553a24b76e415fd885881923d2e3f9a 891 1.00/1.00 vMB 11
533,497 533,497 000000000000000000256aa1dae13f42b455b9b91ea9993715842c6739d78f01 1,179 1.00/1.00 vMB 6
533,496 533,496 000000000000000000203bab50bde478d9751b265e08939e1dd4b1c3ed6c7b0e 2,489 1.00/1.00 vMB 30
533,495 533,495 00000000000000000025d49032e2ff4bdfc1ddf7f6e59f9029937bef05048eb6 2,381 1.00/1.00 vMB 4
533,494 533,494 00000000000000000016508084d73984ea2f7043585e2e6a3a94efe8958b35fb 2,719 1.00/1.00 vMB 35
533,493 533,493 00000000000000000010b4d4b3e41d49eabcae907964177ef694601cc2ebc903 2,909 1.00/1.00 vMB 17
533,492 533,492 000000000000000000197b9e266857d2f9debdc373b28cc2d8a12c30b8d8f000 2,659 1.00/1.00 vMB 43
533,491 533,491 00000000000000000021c4d6a3ac3167ba7e1ff0e1563ee80134476c77583e31 1,766 1.00/1.00 vMB 2
533,490 533,490 000000000000000000003d257474577c0f8ce5f6a1a6ead847cf7c6a98ef0cea 2,480 1.00/1.00 vMB 5
533,489 533,489 0000000000000000001d7ef77d5b349c21bc15aa05fa1c2ac489828febd35222 2,680 1.00/1.00 vMB 7
533,488 533,488 0000000000000000000e2939698e4e8d1bbf550a3f4e262fc59f53fb93a8cfe2 2,950 1.00/1.00 vMB 32
533,487 533,487 0000000000000000000f52f296365885fa5e469e8fc243a5ea462788e14033bd 2,580 1.00/1.00 vMB 60
533,486 533,486 000000000000000000024c09077020c14abeaed260610f786932e6a7fe609dfe 2,476 1.00/1.00 vMB 6
533,485 533,485 00000000000000000021c20c9931959a289fb7189321c625b90a48b3dbaa01d9 2,681 1.00/1.00 vMB 19
533,484 533,484 0000000000000000001fafbffb5b5cf62b4528a7eecbce397ed9d2bfbe74f406 3,108 1.00/1.00 vMB 24
533,483 533,483 000000000000000000071629bba3984b668c31b3b599b3ad3c4de2341fb2c874 2,334 1.00/1.00 vMB 58
533,482 533,482 0000000000000000000b4b0817265356fe6c8af081f7511fba7b78e79db83236 2,730 1.00/1.00 vMB 5
533,481 533,481 00000000000000000007e8f8be2c6d4b65c50061191ca3e656d093c564c63b3d 2,559 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.