Loading Tool

Explorer IconExplorer

Memory Pool

82,256 transactions
30.05 vMB
0.14972962 BTC
Random Selection Loading Transactions
Max Size: 182.10/200 MB

Candidate Block

Mining Attempt a3be1974a6a00ee9296b3ec998f10d1a9368e83f0b6046d2b464bdd145247189
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 8ed536d7ff1deab24dd6c3a02747db126367861c2eb4063030fe0d94170dcba7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,851
Size: 1.00 vMB
Total Fees: 0.07911703 BTC
Feerates: 101.65 > 7.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (290,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,529 624,529 00000000000000000009bfce7e7f3e8c45bd125ddfd57f8fb2b7b4593aa10a14 1,174 1.00/1.00 vMB 4
624,528 624,528 0000000000000000000b904b0a1589511786d66d1db340f591fb8cf230c80869 2,446 1.00/1.00 vMB 16
624,527 624,527 0000000000000000000e3f55b3dd39f9a0fe47e9e2f4f9c0bf53e54bbc737829 2,825 1.00/1.00 vMB 19
624,526 624,526 0000000000000000000a08c47438ff6a6cd52f153329525b833ebc8bd744bd48 2,236 1.00/1.00 vMB 13
624,525 624,525 000000000000000000006b3153341dc636d452e356eb79782700c4ec218811ac 1,896 1.00/1.00 vMB 17
624,524 624,524 000000000000000000021cf0b349965c3ca10b8bff1bc3af6860b770450dfa94 2,035 1.00/1.00 vMB 21
624,523 624,523 0000000000000000000bed8ba3441e4a4b3e2b70e7dc964d85501cf57764fa40 2,258 1.00/1.00 vMB 39
624,522 624,522 0000000000000000001214c00a846d832a7568cf8596f58252404062c8544860 1,473 1.00/1.00 vMB 74
624,521 624,521 00000000000000000011eddf6bd0ba7e61c3aca86bc229ec28d69f3d69c6f412 1,902 1.00/1.00 vMB 9
624,520 624,520 000000000000000000107d2493f3f4bebfb63bfef416ed6c0a4f587fad8d7b08 16 0.00/1.00 vMB 24
624,519 624,519 000000000000000000034035e63cea2880ef28d4121ac2e85f4a07f21d6ed107 1,210 0.55/1.00 vMB 11
624,518 624,518 0000000000000000000c5da39c6f8e36d72c8e3f3d7a523926398954a544b6c4 1,065 0.84/1.00 vMB 6
624,517 624,517 0000000000000000000859481b59f76caa791bffb61bde3c8a67704538ffdd5a 2,673 1.00/1.00 vMB 12
624,516 624,516 00000000000000000005836ce44ee47e59feb72727eef273862750fa1ade71b9 720 0.26/1.00 vMB 13
624,515 624,515 00000000000000000002545708ec1dff4eb22688ddebf2d2771c9056024f2f15 886 0.51/1.00 vMB 8
624,514 624,514 00000000000000000007271858f3a4c539d5e7b6620a9b0a8e84b0a37321bb8a 243 0.09/1.00 vMB 27
624,513 624,513 0000000000000000000efa1a9373fa5e355e63ac13f90bf9ec845359fc5edbb0 156 0.20/1.00 vMB 4
624,512 624,512 00000000000000000007a8c8b6c6fa0e25963dee763243aa315c1e1f2ae27e7d 1,077 0.98/1.00 vMB 4
624,511 624,511 000000000000000000071c20fbee58c8baf73fd4adef4865379f021991f7ba3b 2,395 1.00/1.00 vMB 12
624,510 624,510 000000000000000000000b7bd43c0d98f11cd71f2eacda296aba545c943cf9d0 1,125 1.00/1.00 vMB 6
624,509 624,509 0000000000000000000fb29aed9c9f7ab616d4e26039b7e62c343d274a0f9815 3,074 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.60 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: 671.70 GB
    • Received: 15.99 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.