Loading Tool

Explorer IconExplorer

Memory Pool

77,205 transactions
28.84 vMB
0.09794612 BTC
Random Selection Loading Transactions
Max Size: 175.00/200 MB

Candidate Block

Mining Attempt 6d5af10d827c5d96722cf0519cd7cfde2fc89b255ffca5870cf76e6a8ec2b4fa
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root a096be471015d10b6991733bd9cbd00986d043a89cf65a2e25df7ce3623dbc7e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,429
Size: 1.00 vMB
Total Fees: 0.02990789 BTC
Feerates: 180.82 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (268,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,703 646,703 0000000000000000000a81ea80d3424146090ff938a76e2ea501f62478855bc3 2,283 1.00/1.00 vMB 137
646,702 646,702 0000000000000000000786a903de50e011c93d39c39700bab5e7a32f690098a8 2,549 1.00/1.00 vMB 33
646,701 646,701 000000000000000000016bdcaf7dd92e11a7be0c8492e2c59b1cbc6683920f92 2,693 1.00/1.00 vMB 64
646,700 646,700 00000000000000000008d985127c461dc03e8cfd872ed4521b2c70c0238b2f2f 2,691 1.00/1.00 vMB 86
646,699 646,699 000000000000000000062f252549e313f538cd8861b9fd839a8c0db5c85f8b11 2,392 1.00/1.00 vMB 85
646,698 646,698 0000000000000000000b417dccc6268929d48e6bff9236a90ca1a9f63af836e9 2,882 1.00/1.00 vMB 144
646,697 646,697 0000000000000000000eac38532c8d79b88bea8c4511a15f6a8e0842ff80b0bb 2,071 1.00/1.00 vMB 101
646,696 646,696 000000000000000000020df1e8bd37e0e7c1955426159311a56625fa1ffbc45d 2,645 1.00/1.00 vMB 72
646,695 646,695 000000000000000000043babb807b27ccff602737ce5f5ccf4c820f0b65b2c29 2,673 1.00/1.00 vMB 91
646,694 646,694 00000000000000000007fb74a443629ca14a63cce9758a5cae8ec240044040dd 2,643 1.00/1.00 vMB 134
646,693 646,693 00000000000000000002e3c5cf3d4d13b6361425ad9c6f28e5f5c861bf231116 2,299 1.00/1.00 vMB 96
646,692 646,692 00000000000000000009ce32e4306d99b0cb79eff4f3fa3797379cd98642c1d5 2,070 1.00/1.00 vMB 148
646,691 646,691 00000000000000000007993d47b6d0c6918c58240688eb97260ec636df46ebf6 1,459 1.00/1.00 vMB 133
646,690 646,690 0000000000000000000c71dfdda3d355806725aebea2727de015327468a06177 1,408 1.00/1.00 vMB 44
646,689 646,689 0000000000000000000771e9f47290ccb76bb79a8791220bf2f91c475898435f 1,868 1.00/1.00 vMB 83
646,688 646,688 0000000000000000000043d894353f91bb9f9fb37d77dd79f0ac58b2524bd9d3 934 1.00/1.00 vMB 46
646,687 646,687 0000000000000000000f4f817372847fc297bd8217ddd08a19de71a314037563 1,549 1.00/1.00 vMB 62
646,686 646,686 0000000000000000000915fa0c3b131e9d49f3bb32c3a089ae67a510fa6a1a53 1,699 1.00/1.00 vMB 37
646,685 646,685 00000000000000000005cdb662670817762edd77d66092b5453dac1f26a5b935 2,517 1.00/1.00 vMB 70
646,684 646,684 0000000000000000000a47eabdb7f17480c4e7ce96fa4d8dcf0aa129ea41f715 2,328 1.00/1.00 vMB 94
646,683 646,683 0000000000000000000941e6055ac5ceb0d19d04d1e1f62003211b55004fe746 2,656 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.