Loading Tool

Explorer IconExplorer

Memory Pool

48,394 transactions
28.24 vMB
0.07319425 BTC
Random Selection Loading Transactions
Max Size: 150.66/200 MB

Candidate Block

Mining Attempt 51dea1fdcd33e8cfdab9df883c75428bafba418d6b53e3bf84e113220736df03
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 4f3fe702aaf11e1438c4bd14b223804fd7a0d8be64110a79f1b2597b9b1583e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.01848185 BTC
Feerates: 301.05 > 1.85 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (407,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,210 507,210 000000000000000000525e06d4368c7a6729d845a044c0818fa5d2850c55a260 818 1.00/1.00 vMB 138
507,209 507,209 0000000000000000005a71f8e328807aff7d28ac200d5ebe8ff3f51196d7c37c 378 1.00/1.00 vMB 124
507,208 507,208 0000000000000000005b23e004d9f75952da7528cbd2992739bba44eb9d433c2 1,692 1.00/1.00 vMB 172
507,207 507,207 0000000000000000004532f88013bfeece08d5fe5337e95d9c207be0db5c27a1 1,620 1.00/1.00 vMB 145
507,206 507,206 000000000000000000617445745ecf2ea2e7762d8f1b5c6b400e5124b6f0154f 923 1.00/1.00 vMB 67
507,205 507,205 000000000000000000307e48e89b321725d81c7db5105f0c6b93e13a3b2afb90 1,185 1.00/1.00 vMB 42
507,204 507,204 0000000000000000000fe99e7b4197a8e5bc228d85afdd28cc1ed32e422938f3 1,185 1.00/1.00 vMB 133
507,203 507,203 00000000000000000010d82c8755a22f65efc274e2405d80d346614ca3c65917 2,303 1.00/1.00 vMB 198
507,202 507,202 0000000000000000002dcf88ad7fece8694caf75124ba181e29ce38c76b7c378 1 0.00/1.00 vMB 0
507,201 507,201 000000000000000000669142e727cc33b52db7f4b3c6bef777742f203b2c049d 403 1.00/1.00 vMB 18
507,200 507,200 0000000000000000002d706d17b67a3fbb82f12fd75ed23e19125b0f092b7985 481 1.00/1.00 vMB 29
507,199 507,199 0000000000000000001661cb23f900a0c2d455674a21947df8a6a7b515c08bc4 2,310 1.00/1.00 vMB 190
507,198 507,198 0000000000000000000bb64509d3d29f69e0273dde4d8c51db84d2da5b4b0fc7 1,902 1.00/1.00 vMB 97
507,197 507,197 00000000000000000055a6dcca71ad3147b3ee973c7dcb7cde298336a3087887 1,427 1.00/1.00 vMB 110
507,196 507,196 0000000000000000006563419788885adfe812a51bbbaf3752aa657b8d6a19ef 2,341 1.00/1.00 vMB 179
507,195 507,195 0000000000000000005841fcef2aeec7fd86e8b975486ba45927b9e670ff10d9 448 1.00/1.00 vMB 31
507,194 507,194 00000000000000000057ae937c747ca19d697ce801b4cbe657d90df0adff06c6 517 1.00/1.00 vMB 31
507,193 507,193 0000000000000000005a0b790483e0e593c15aa93f2fa979a1916596b2d84774 1,423 0.78/1.00 vMB 143
507,192 507,192 0000000000000000004ebc54d16b9a5113ac4b19755f0681a2dad842cd36cf63 1,309 1.00/1.00 vMB 85
507,191 507,191 00000000000000000001194586dfceecb35d283d0e7e6f7ef30f872ad9f3866b 1,598 1.00/1.00 vMB 133
507,190 507,190 000000000000000000613a0353f64ca87e89ce0b8f590842091ed428f9ac8ff2 1,706 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.