Loading Tool

Explorer IconExplorer

Memory Pool

81,515 transactions
31.53 vMB
0.18376329 BTC
Random Selection Loading Transactions
Max Size: 179.23/200 MB

Candidate Block

Mining Attempt 85610629006b0fc7cd8bc8457c3e46f16f2f33fe7e7caba27ebc2c43fa123998
Version 20000000
Previous Block 000000000000000000002128f08076c4278d8e6a8312c3abb6321e557facd1c9
Merkle Root 17226623c0f1598e0ea40a020d0a64ec46965e0ac586b3c0b2dbb3638374db96
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 226
Size: 1.00 vMB
Total Fees: 0.02118339 BTC
Feerates: 40.21 > 2.12 > 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,645 (826,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,433 89,433 000000000007cb87e5447adb00ab74248a4f0671a6d35b97f683e08bd057c752 2 0.00/1.00 vMB 0
89,432 89,432 00000000000bdc12e4afec027f9fb5b2e103c5b7bc816649755ea06972b27442 3 0.00/1.00 vMB 0
89,431 89,431 0000000000143502ebae9ab9aedfd7c64d210fe830851da4b68e8d6a88c91ec8 1 0.00/1.00 vMB 0
89,430 89,430 0000000000141e71be537a5998f491616dc724df39a26fb91a78a6c6fe04ea8b 1 0.00/1.00 vMB 0
89,429 89,429 0000000000029e2fe4ce2168cbfa00fe1d3deac25a4d05e355b6d19ecd6f0cbb 1 0.00/1.00 vMB 0
89,428 89,428 000000000005b13bde9d2518cfad0a788f6ae2cc4476d519ca591fbd37eb347e 1 0.00/1.00 vMB 0
89,427 89,427 000000000009c565956d36bc900b3d069789341bb05363f266823b0f7041a9e9 10 0.00/1.00 vMB 0
89,426 89,426 00000000000bf662441c1917fc09c3f7c48d7bcfd43bd7208a02a96ef922ec10 1 0.00/1.00 vMB 0
89,425 89,425 000000000002d018d3108fbd31a0ff57252ae077d3a81a0f7294120394e6e484 1 0.00/1.00 vMB 0
89,424 89,424 000000000001bf5630ed41c03f65c9b52f07abc1001bc181a43de8529f2b7115 1 0.00/1.00 vMB 0
89,423 89,423 000000000006cc60c21f86e880a13e8239cab8a6907d274c5d97160834e9bc0f 2 0.00/1.00 vMB 0
89,422 89,422 00000000000dbb63ef92afe91a888d429e224d071d2e0b78bdb291bd63236ae6 2 0.00/1.00 vMB 0
89,421 89,421 0000000000098eb86d361146f74d9ac4a3fa84a5f6b4a39bbb1e8a4a6d7a0079 1 0.00/1.00 vMB 0
89,420 89,420 00000000001212de22089ad4676e418ecb0011433186394e24a7bc21fe890495 8 0.00/1.00 vMB 0
89,419 89,419 000000000004fafdf3afdb8017629c13c9b7233c48587ed8d11e77b5a3bf6df7 1 0.00/1.00 vMB 0
89,418 89,418 000000000013283998494e53001a81f944994bdecae0b8fb9e5e5f7e1dc5ab8d 1 0.00/1.00 vMB 0
89,417 89,417 00000000000beddd0bfc9f53f982d13404bfcc27791376c87a998fbef9fe3892 1 0.00/1.00 vMB 0
89,416 89,416 0000000000083c21caddd8f13011d137cc430c2600ccb3c816f759c9063f5d33 4 0.00/1.00 vMB 0
89,415 89,415 00000000000804a201fa73e7c7419433e311ca4b4d910ad050b503f040b40c62 4 0.00/1.00 vMB 0
89,414 89,414 0000000000049ecaed0721a66286a1d89e0a31f9615fd63413ad62d9d0ad393e 4 0.00/1.00 vMB 0
89,413 89,413 000000000005502a1de176cad80909f0a5f1d4e17b3f9a04a4dd292e67afef65 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.51 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: 773.14 GB
    • Received: 20.44 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.