Loading Tool

Explorer IconExplorer

Memory Pool

86,027 transactions
31.38 vMB
0.20197301 BTC
Random Selection Loading Transactions
Max Size: 190.40/200 MB

Candidate Block

Mining Attempt 83773689e4c95ac0d6cacc4e9ba7e18bae287b341ae722e4a5365d8d91f00942
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root b2cb12cc32a788f9d7e4cd6d959ca15538dc10153e7a42b9a7d228c834605407
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,611
Size: 1.00 vMB
Total Fees: 0.10224657 BTC
Feerates: 502.67 > 10.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (387,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
527,514 527,514 000000000000000000090003bf6c73d2218559346239481b59a43c4e614b768d 341 0.22/1.00 vMB 12
527,513 527,513 00000000000000000014ffe5cfee6a0dbb64cc53119a0676750dd3b3681011f3 2,452 1.00/1.00 vMB 26
527,512 527,512 000000000000000000246c067d0157dcf3f8af591060c2acfeed3a631c9108c0 2,412 1.00/1.00 vMB 34
527,511 527,511 000000000000000000120543733c10bc4b46fc7bd5206c8660d34e4f52257835 294 0.11/1.00 vMB 23
527,510 527,510 0000000000000000000bd8486176c6b91441e41c07699a74d677ebb4f7e034a3 583 0.23/1.00 vMB 42
527,509 527,509 0000000000000000002dd9eefbb38d3979915592e42109ad85d333ff67e82438 1,204 0.52/1.00 vMB 25
527,508 527,508 0000000000000000000f5b6afac99dac60e84c8ee1cf7cb64164a2e836ed39aa 1,240 0.48/1.00 vMB 32
527,507 527,507 0000000000000000001ad2fa7410f4b42672aa25f5c5f70aa71cd50a80e5c37a 141 0.05/1.00 vMB 27
527,506 527,506 0000000000000000002bd0c59618362d4f7c95230208909ada7f1bb7cc6dd5a9 1,665 0.80/1.00 vMB 35
527,505 527,505 000000000000000000362e746ce8f37cf55b4c912553fddb27c4e79e962ef380 1,428 0.65/1.00 vMB 29
527,504 527,504 000000000000000000325df7624aca1640daa653a6c8754f45bf75919d1aeb09 84 0.03/1.00 vMB 26
527,503 527,503 00000000000000000034cac5a1a879f59d686e057661a611a9583a5bb8d76a71 210 0.12/1.00 vMB 13
527,502 527,502 0000000000000000000094a9f5d062005e1671ab1f26a1c9b97468a8f194156f 2,254 0.98/1.00 vMB 31
527,501 527,501 00000000000000000002ba2a3a437f7be043e5cd837f1df1e67bd983e1d7e500 1,168 0.98/1.00 vMB 4
527,500 527,500 00000000000000000015efaaa3b3c038f4b5abc1c9cfed627680f1d6ea528578 1,591 1.00/1.00 vMB 16
527,499 527,499 0000000000000000001543f546e5a30e8660394863199cb285342f58cade373e 1,629 0.97/1.00 vMB 31
527,498 527,498 00000000000000000037c13d248987ae0e8a834d63db94d8c81ac87b3f858643 2,504 1.00/1.00 vMB 5
527,497 527,497 000000000000000000243468eace0d0b31c5139873dd1a89f45450afe6c4eeda 3,008 1.00/1.00 vMB 6
527,496 527,496 00000000000000000016fe82d2f05c3a330a232e5d5f32ddbeac12ad40733a1f 2,120 1.00/1.00 vMB 16
527,495 527,495 00000000000000000029fb13ca73f305f80ec94511fbf968a5c8c660d2c4a0da 2,360 1.00/1.00 vMB 20
527,494 527,494 00000000000000000023e2ca02190193e63e4ef1d1791e1f723d7802aef6785e 2,271 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.61 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: 671.93 GB
    • Received: 16.07 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.