Loading Tool

Explorer IconExplorer

Memory Pool

39,471 transactions
28.64 vMB
0.06570029 BTC
Random Selection Loading Transactions
Max Size: 145.41/200 MB

Candidate Block

Mining Attempt a4d89ac5d2ed02918c6b15de59601bc9a02c3a2d250fc65e5a58a836047ef048
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root a575cd7f90d259c5eb1fb7acb94f416a863124834aa9fbef16d62556d44060a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,382
Size: 1.00 vMB
Total Fees: 0.01038383 BTC
Feerates: 401.97 > 1.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (362,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,463 552,463 000000000000000000273614dab32629ccc604338f30eb8ff755a58f9661ca3d 2,712 1.00/1.00 vMB 46
552,462 552,462 00000000000000000016be53bf59f78f5f9ff348497887df89db78ceeb5403f6 3,304 1.00/1.00 vMB 48
552,461 552,461 0000000000000000001a03028ddce9aa2ddb45bf6a30e5c03ae7dd42fbe149aa 3,073 1.00/1.00 vMB 16
552,460 552,460 00000000000000000017579391d5b32411044b16f79e51708849b8ca7b16454c 3,112 1.00/1.00 vMB 56
552,459 552,459 00000000000000000017ee6a08baae9675dfe3d425cd4f99ae3e288e0c8d156d 1,145 1.00/1.00 vMB 9
552,458 552,458 00000000000000000007d9c6e3a519221f3ee9f294c71581cce971d877d9c541 302 1.00/1.00 vMB 3
552,457 552,457 0000000000000000002b1b28158a26589784a1d5c9cac858a82a3795186239ef 328 1.00/1.00 vMB 1
552,456 552,456 0000000000000000002f70aea8b95c75a0bd2bcd56f654ede220616f6e0c7dbb 1,842 1.00/1.00 vMB 15
552,455 552,455 0000000000000000001fa2d519623291114437bee4800bd545ad01c40d54a358 2,266 1.00/1.00 vMB 25
552,454 552,454 0000000000000000002266ac04abf43d5da1293f01e755f154b2d5e10f1d574f 1,367 1.00/1.00 vMB 6
552,453 552,453 0000000000000000001fe5ab5cd77d77e094b8de0b0e8b52c348c2c181191515 1,875 1.00/1.00 vMB 19
552,452 552,452 00000000000000000011021dc6ed9130098bea0ec278599c28ee59f309eaf8d9 2,129 1.00/1.00 vMB 19
552,451 552,451 0000000000000000000022d2102e8caded5666c064798eccc55b6d3da6c624d7 2,132 1.00/1.00 vMB 4
552,450 552,450 0000000000000000002a568d89bd8635a22fd61b429a7b7ae50468f85bb0fd5a 2,651 1.00/1.00 vMB 34
552,449 552,449 00000000000000000000e6df6be83a024c246136ab5915da3a493ea7e22eba37 2,166 1.00/1.00 vMB 12
552,448 552,448 000000000000000000264272500cb7d880ebc80a1beb60e556a01565eb6d7088 2,182 1.00/1.00 vMB 6
552,447 552,447 00000000000000000009618a71bd42aca604de2fed78bd20fe210fa3c01ca272 2,368 1.00/1.00 vMB 5
552,446 552,446 0000000000000000001220132f9a76d2d3dfb7cb292f4b0009cb2e558ee614b8 2,085 1.00/1.00 vMB 20
552,445 552,445 0000000000000000001776c4c309120a97955cb3d3b0b1662c1ba2d13dd185c8 2,161 1.00/1.00 vMB 8
552,444 552,444 000000000000000000234ef6ee525f1b16351abab2181a1ebebbe73a9f5c22fb 2,377 1.00/1.00 vMB 29
552,443 552,443 00000000000000000018cce706fcde70a4c93cfaf30e18a31cc7fe120387af3d 2,760 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.29 GB
    • Received: 11.62 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.