Loading Tool

Explorer IconExplorer

Memory Pool

83,711 transactions
31.96 vMB
0.08720531 BTC
Random Selection Loading Transactions
Max Size: 192.40/200 MB

Candidate Block

Mining Attempt 56fc6ae0f7c3fcb43fa05c48ffc8ae31a574bf2b087cb67a157f283d85cd8a7d
Version 20000000
Previous Block 00000000000000000001049e369aac2c4af01dc613ce7d208c3063e5755d3b19
Merkle Root b2c58112da71f1092174cefcf939624dd919058abc4d0e5ed7d9f199789186fb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 410
Size: 1.00 vMB
Total Fees: 0.01115545 BTC
Feerates: 8.06 > 1.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,340 (87,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,814 827,814 0000000000000000000321183af3999e697f78efaade4dffa0b42ef8dca933a0 5,067 1.00/1.00 vMB 32
827,813 827,813 00000000000000000000ebbcf720a36330c141a5ba56a26ba446df6bdfef25b9 5,513 1.00/1.00 vMB 31
827,812 827,812 00000000000000000001e5cba022c78ad259967a9190951980756f99ce70dde1 5,881 1.00/1.00 vMB 30
827,811 827,811 000000000000000000021e55c3902f48044f49621f3b9ddd00c003fe23a2ddd1 2,968 1.00/1.00 vMB 34
827,810 827,810 0000000000000000000310b0f7a0be4dbefc12aee081990fc62847b6bbcf3105 4,504 1.00/1.00 vMB 34
827,809 827,809 00000000000000000001eb9bcf0da0a3b0eed39b63f246c5aca6f37b3f0e1b37 3,284 1.00/1.00 vMB 38
827,808 827,808 00000000000000000002499e8da4e21799bb345c64d59795f4baf679eb376303 3,034 1.00/1.00 vMB 45
827,807 827,807 000000000000000000013aa45864a3d28529de328f14e0f60240350cc8ee54af 3,088 1.00/1.00 vMB 34
827,806 827,806 00000000000000000000653ea93d4a71a619b22aadfe39c292c8f1bb7bba551b 3,164 1.00/1.00 vMB 41
827,805 827,805 00000000000000000002f448a5d148e0631a975041f3cc1be3f567fa0f8ebde9 3,551 1.00/1.00 vMB 44
827,804 827,804 000000000000000000027ed2edf2e325588bd40116be248645e6058b4996a190 3,046 1.00/1.00 vMB 57
827,803 827,803 00000000000000000000ad142c01dd689c7f93c09c09d2aacfb5a949bb91dca3 3,250 1.00/1.00 vMB 38
827,802 827,802 00000000000000000000fc5e6fc4299f29218811a26e185ee07230906d8cef1b 4,456 1.00/1.00 vMB 28
827,801 827,801 000000000000000000020fcab41b28e6ddd6a8886571d391b43b794c2d680a82 3,567 1.00/1.00 vMB 32
827,800 827,800 00000000000000000003b3f40a3c6f52dfdd60c0fb092acb97d30658b25f053c 3,984 1.00/1.00 vMB 29
827,799 827,799 000000000000000000028f56bd36e2b9c21a1a2dd42fedbb306b52540f7f7ec2 942 1.00/1.00 vMB 33
827,798 827,798 000000000000000000022af9c957e8747d51899f71acd98528e10272762dc605 2,768 1.00/1.00 vMB 39
827,797 827,797 00000000000000000003afbd6944faabc722fa32c415086dd2fddae62a8e5d86 3,464 1.00/1.00 vMB 27
827,796 827,796 00000000000000000003b8900ebfabb5fe6d334c92ca5c685135f94f1be15517 5,225 1.00/1.00 vMB 31
827,795 827,795 000000000000000000005f8828e924fdfb0da6f4d38f37e37e63f5058b55bcb3 4,269 1.00/1.00 vMB 31
827,794 827,794 00000000000000000000e63d967aad2c205bbe20fd735257c6ade1c237d9ef02 5,327 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.98 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 716.48 GB
    • Received: 17.81 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.