Loading Tool

Explorer IconExplorer

Memory Pool

38,834 transactions
26.61 vMB
0.10213648 BTC
Random Selection Loading Transactions
Max Size: 136.54/200 MB

Candidate Block

Mining Attempt 5749e8bd0ef7bb5724f5556cde1883c555b4682e466c3b9b26582ed7bccc4546
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 43f79c41d3ce3e31e8c4cf7ad8e5a39fc10983d60b55c93098caf35a88c5c107
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,765
Size: 1.00 vMB
Total Fees: 0.03802328 BTC
Feerates: 150.71 > 3.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,383 914,383 00000000000000000001204fba00eda3baa66509b453d49270b15dd9efd85546 3,476 1.00/1.00 vMB 8
914,382 914,382 00000000000000000000de69edf4bbef30a95b0a0bc1ddc631b89bdc493f7fc6 4,299 1.00/1.00 vMB 2
914,381 914,381 00000000000000000001cb6cf94ae248f5172793a73440631ee2b22f65072113 3,442 1.00/1.00 vMB 5
914,380 914,380 0000000000000000000032f72ad601e73d75302004b04df11dee528b3c1075f5 3,820 1.00/1.00 vMB 3
914,379 914,379 000000000000000000002a3cfe7e37f1e2667128fd56a49cf2c99807e4b289d0 4,458 1.00/1.00 vMB 0
914,378 914,378 00000000000000000001e2deff4abd4d833307bddd4ac6d5445e8e82a91b3f54 3,011 1.00/1.00 vMB 2
914,377 914,377 0000000000000000000105afb7a6840b48b14a836c93c18ed06167819b790f1f 3,174 1.00/1.00 vMB 3
914,376 914,376 00000000000000000000bc24a97a43c8f14d46cb41f3a9823e1eccec14823f72 3,712 1.00/1.00 vMB 3
914,375 914,375 000000000000000000009f85fa72f4553859938c75b1d621a1c892db2cc2e810 3,928 1.00/1.00 vMB 8
914,374 914,374 000000000000000000013cd46d945cd3237f55f5764ba0b347e0055cb459bae9 3,617 1.00/1.00 vMB 4
914,373 914,373 0000000000000000000076b713bbedede48200f03eaecd6f447673c986314e44 3,622 1.00/1.00 vMB 6
914,372 914,372 00000000000000000000e40d469b9d1550d36348bef5128f844b470216c94006 1,490 0.58/1.00 vMB 1
914,371 914,371 000000000000000000004e39dc96dd7dd47ecf4d0c330ad2283705aa2ceb69e6 3,830 1.00/1.00 vMB 6
914,370 914,370 00000000000000000000ee795ff54651a33f647300ad5c032d27420e322873c4 4,656 1.00/1.00 vMB 1
914,369 914,369 0000000000000000000063c20a6d2408a7902c0fe67ece6d445a47e551bd4cb5 1,093 0.47/1.00 vMB 1
914,368 914,368 00000000000000000001a2b98f540b57cbacc467946cc2ca354b6d19f3a82912 3,047 1.00/1.00 vMB 4
914,367 914,367 00000000000000000000f1281b2efd0aad5db491e635251ce073ca38483cc2b3 3,619 1.00/1.00 vMB 4
914,366 914,366 00000000000000000000cd2eb29912595d1a236a78f0da1f56d092467e0d9400 4,030 1.00/1.00 vMB 2
914,365 914,365 00000000000000000001e8d482697e6f7d70d387bc5aa1050d5c0f2fe364f090 2,776 1.00/1.00 vMB 8
914,364 914,364 00000000000000000000bf1c6fa76d66f981c232734853f80ea3081970963fc0 3,738 1.00/1.00 vMB 3
914,363 914,363 00000000000000000001da8eac2d8e7f938d243bdaa04666102f20fda9eed443 3,067 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 781.87 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: 642.93 GB
    • Received: 12.57 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.