Loading Tool

Explorer IconExplorer

Memory Pool

42,079 transactions
26.91 vMB
0.06265629 BTC
Random Selection Loading Transactions
Max Size: 141.06/200 MB

Candidate Block

Mining Attempt c7d4b2749e56f5cf20603c29327f26313ca72ab078c53764c6c747db2fb32960
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root d8f0f38d35fcb3431d2002403634a0d0bb85a826a46ffc5c1527af4b4b1035a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,900
Size: 1.00 vMB
Total Fees: 0.01274517 BTC
Feerates: 60.14 > 1.28 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (237,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,293 677,293 00000000000000000001987fb837f40c0bd6a25e72039f702aff17c5adc465b5 1,647 1.00/1.00 vMB 21
677,292 677,292 000000000000000000035d4fcaaddbe0027479d0dedbb66dcd0f3c597fa5193a 1,768 1.00/1.00 vMB 24
677,291 677,291 0000000000000000000212c712e5c99311f690e3e7dfd1107be69f93dfa53a7d 1,887 1.00/1.00 vMB 17
677,290 677,290 000000000000000000097868f9ea7fb6e0e0dc58c80ecdd54a6213f6a5cb1bbc 2,605 1.00/1.00 vMB 51
677,289 677,289 00000000000000000006089dde6ad778784c3de7806f173c54fdc68e109aa2c1 2,652 1.00/1.00 vMB 60
677,288 677,288 00000000000000000000272f03aa0c09c86934fb569cbfb2e81a86c2a8aa701d 954 1.00/1.00 vMB 49
677,287 677,287 0000000000000000000b55765f3b5361fe03466e907ce1a85d6a323d77c93777 1,757 1.00/1.00 vMB 78
677,286 677,286 00000000000000000001a8f5b96e2fd2cd64458c49d67aa448d69ddb97cc74eb 1,988 1.00/1.00 vMB 27
677,285 677,285 0000000000000000000402f51baf8d413730015c943f45e65f86f21ef59e7169 2,038 1.00/1.00 vMB 25
677,284 677,284 0000000000000000000cd9e32180441e36aa6a6225a78da39b70238e49dd37c2 2,087 1.00/1.00 vMB 18
677,283 677,283 00000000000000000005c0cf37c275c37ad95c17ce3015ecab1f4c98c74bd523 2,417 1.00/1.00 vMB 66
677,282 677,282 000000000000000000082c2465b9f4dfaf3ad5a4f1425e96c01dc588a2471806 1,683 1.00/1.00 vMB 27
677,281 677,281 00000000000000000007faf6089e3cb04291b4fd35f8e8b884444c39702a0479 2,761 1.00/1.00 vMB 28
677,280 677,280 00000000000000000001933086bd4ebac3fb82cae0b84157913a73e70211a6b9 2,391 1.00/1.00 vMB 28
677,279 677,279 0000000000000000000158f84ac9eb5d8301189b7494262e9cb0c29c97a55a79 3,030 1.00/1.00 vMB 72
677,278 677,278 0000000000000000000327f652d017d39b80db4d47b747166861a3a331a0f641 2,602 1.00/1.00 vMB 49
677,277 677,277 0000000000000000000905d0b980d5c5071ba84998e421d32c27db21e995752b 2,391 1.00/1.00 vMB 28
677,276 677,276 0000000000000000000600b5f0d2af3d27a4c7e624497dec001d305b89e1558a 2,402 1.00/1.00 vMB 71
677,275 677,275 00000000000000000009e6ec1b05d1bb9f445021f7b43e3437456281e33f2276 2,794 1.00/1.00 vMB 54
677,274 677,274 00000000000000000005b6ffb1a2e3d7ab23bfef93306db326c93d56784042b1 2,737 1.00/1.00 vMB 67
677,273 677,273 0000000000000000000bc594ea01ff6c78f4196d3f97530f05c2deb241fa5fa7 2,896 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.23 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: 655.03 GB
    • Received: 14.23 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.