Loading Tool

Explorer IconExplorer

Memory Pool

80,475 transactions
30.23 vMB
0.12498757 BTC
Random Selection Loading Transactions
Max Size: 181.07/200 MB

Candidate Block

Mining Attempt e200076db5b368c57adbf175fa29511605d7b02e15852dd406f1c3fc0bf4e2d4
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 2dfc66f5d3e8ced91323f5a878e4bf4e0c3f00f97eae3dc0b233e9f7b79be94d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,230
Size: 1.00 vMB
Total Fees: 0.05524909 BTC
Feerates: 150.86 > 5.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (290,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
624,508 624,508 000000000000000000138c9a64627b37ca44f93cb130b880f663f6ee63281626 2,495 1.00/1.00 vMB 17
624,507 624,507 0000000000000000000e6016c8b089456db22210536952d2476c1258320c6290 1,559 0.98/1.00 vMB 7
624,506 624,506 0000000000000000000d024d8774df85ef5f6ac54483f57d51eebd7e89d9e7c4 2,447 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.57 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.23 GB
    • Received: 15.88 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.