Loading Tool

Explorer IconExplorer

Memory Pool

74,568 transactions
27.57 vMB
0.07176574 BTC
Random Selection Loading Transactions
Max Size: 168.02/200 MB

Candidate Block

Mining Attempt 90e5745eab480d4cc2a5f0487ffd7a1c5291f800b0f461d012195a4dfc15b6a0
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 2e96f1af0c0ac4d1d6e33c49e3780a80f0f8be1fe7a682358888741ea46a85da
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,464
Size: 1.00 vMB
Total Fees: 0.01254738 BTC
Feerates: 150.80 > 1.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (213,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,340 701,340 000000000000000000011da18c6b09b38053b39c175b1567dfa1b3ea77b7a8ed 997 0.35/1.00 vMB 10
701,339 701,339 000000000000000000053a4d055179e203d473dbc046031e8d4d3a6eff053171 535 0.17/1.00 vMB 13
701,338 701,338 00000000000000000000266a641bb6045940c59c8ed0c3f0c53f50d311d5f6ee 1,340 0.47/1.00 vMB 12
701,337 701,337 00000000000000000005113be1b68c3c607d30d6de0dc1c19f5972b541125569 188 0.06/1.00 vMB 15
701,336 701,336 0000000000000000000b31d8ac0d91a974d98aa00cd5d8bc30a5c3568c2607ab 963 0.36/1.00 vMB 11
701,335 701,335 00000000000000000005b0b45fd76327e569ed40f8834fca2c4b03297d23be70 440 0.16/1.00 vMB 15
701,334 701,334 000000000000000000092da9b5868bd8fb545f18e1a6f92e57c0c34be5cc18a6 2,035 0.88/1.00 vMB 10
701,333 701,333 00000000000000000002784ae71b98f6da49f5d6ac3dc7e4cac3e5e5fa6c394b 203 0.08/1.00 vMB 11
701,332 701,332 0000000000000000000f48a5cfe9457fb459a1f4d9507c9cb33bbb18d12ddfee 1,189 0.41/1.00 vMB 10
701,331 701,331 00000000000000000003059c5018fe0216d93a5a363fee868fdca31bda0f78a4 769 0.34/1.00 vMB 2
701,330 701,330 00000000000000000009bd07549dac2770bc3eea3d5788f1c839b6e30e75175d 1,034 1.00/1.00 vMB 1
701,329 701,329 000000000000000000041a8f8e735c14473c54a5f68a38ce58886050623073dc 1,486 1.00/1.00 vMB 6
701,328 701,328 00000000000000000000dfaa3e10438be07b388ed792e5d6a49fdb0e9f16c911 1,951 1.00/1.00 vMB 8
701,327 701,327 0000000000000000000560d5f1a1d415fd9a99247016e946c3e362ce3c46856a 2,137 1.00/1.00 vMB 17
701,326 701,326 0000000000000000000e524dd22a6c0f492ad02f4ba16db24db22ab424d0caf5 2,298 1.00/1.00 vMB 8
701,325 701,325 0000000000000000000ee7696f2c023e20fdad998af4aec47107ddc637491403 2,984 1.00/1.00 vMB 12
701,324 701,324 00000000000000000003ca3c5df5e9ff329f0f857d0575d6b6c2b585ea6dca9b 1,903 1.00/1.00 vMB 6
701,323 701,323 0000000000000000000ee14fb68114169d6fa1f3e57909bf31a34f0e0a7ab0fb 1,263 1.00/1.00 vMB 7
701,322 701,322 0000000000000000000cbe8d66e547046b5b226b9c669dae171430bb214a2066 2,878 1.00/1.00 vMB 4
701,321 701,321 0000000000000000000a86abfe07e6b1367b76a2cd31985258797b04973cab3a 2,903 1.00/1.00 vMB 16
701,320 701,320 00000000000000000001011f71d57241f31ff9245671f844bf65ca811f16e440 2,601 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.85 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.60 GB
    • Received: 17.20 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.