Loading Tool

Explorer IconExplorer

Memory Pool

81,919 transactions
29.97 vMB
0.14644367 BTC
Random Selection Loading Transactions
Max Size: 181.60/200 MB

Candidate Block

Mining Attempt 64af03447b0fd251ca265eb10cf5109f2873e9c107a0e7de35674a86954bd020
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 92e25e6a5f24bbfc8d5f24516c84bf291c6e4a63cd8e6979941b8e85b6313df8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,830
Size: 1.00 vMB
Total Fees: 0.07718599 BTC
Feerates: 101.65 > 7.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (480,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,598 434,598 00000000000000000219028bb0738c168e8dabc46f86b678995e0f7b563e1a38 2,100 0.94/1.00 vMB 56
434,597 434,597 000000000000000001fd8761d06a9aa251ce1f70b25e18d6a06d1fcd8eb448b9 2,226 0.91/1.00 vMB 60
434,596 434,596 000000000000000004147dc18172ddde0a99696323239e644dffcfe27ecd42d9 1,197 0.99/1.00 vMB 47
434,595 434,595 000000000000000001d82b81148ce677a582b0e78988a1c13b33b058c77f5f76 2,258 1.00/1.00 vMB 61
434,594 434,594 000000000000000001312f3d94cd495768e16aa2ef5bfaf12bef3721ffb8e1fc 1,457 0.60/1.00 vMB 63
434,593 434,593 000000000000000001bbe54e5758525270ea42d3ace2411193b313a582bc8083 296 0.14/1.00 vMB 60
434,592 434,592 000000000000000001b9862c79716c2df1c1a2e949fab76c54a94be15bb61f4e 586 0.26/1.00 vMB 60
434,591 434,591 00000000000000000337d25c8e883288289fc35b10db47d5bbcc0ef9f9dba06f 882 0.57/1.00 vMB 43
434,590 434,590 000000000000000002a1f07c84496dd5791a94bf7449c85be11c4177f1ffc8b3 2,270 1.00/1.00 vMB 67
434,589 434,589 0000000000000000025ebb177173caf77f7dca3a8e436397ed2554e32d031d12 526 0.23/1.00 vMB 60
434,588 434,588 000000000000000001405f6cb11371d72bc73825edf0b3dd24752bcae7e76bd7 1,160 0.46/1.00 vMB 68
434,587 434,587 0000000000000000016d949b0fe2c1d005b0510d7ce384a6c84d9acc58b167cb 1,590 0.79/1.00 vMB 55
434,586 434,586 0000000000000000034b6d8996d44120b66c595923562db0441a6a6b2e2fc494 1,082 1.00/1.00 vMB 19
434,585 434,585 000000000000000002361b0e6420b839922cfccefa04f6029654cadd30bdf240 1,634 0.83/1.00 vMB 49
434,584 434,584 0000000000000000010e47e2f7b97fa8a80b0f4e9669d0317249542403d13874 1,487 1.00/1.00 vMB 48
434,583 434,583 000000000000000003a5c65fcdd08bde1575fa506049cdd858b6080eda330dc6 2,759 1.00/1.00 vMB 67
434,582 434,582 0000000000000000007def6052eb323c57608c12c4a38d367adf72ced1578ad9 1,865 1.00/1.00 vMB 60
434,581 434,581 00000000000000000289bca76724552a3813fc9633564f5d78aa438ec1e9d986 2,411 1.00/1.00 vMB 63
434,580 434,580 0000000000000000014b1b9e432283bdd545ddcb9dcf0a9d0ba14f5eef345d05 2,461 1.00/1.00 vMB 75
434,579 434,579 0000000000000000025bb3629ce01e2ad4f2eb82dbcb16a079de59160baa694b 2,839 1.00/1.00 vMB 82
434,578 434,578 000000000000000001f927d4b20314d8c4699339c897e8c34d8b5588e1b3b112 2,285 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.60 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.69 GB
    • Received: 15.99 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.