Loading Tool

Explorer IconExplorer

Memory Pool

43,835 transactions
28.32 vMB
0.05752205 BTC
Random Selection Loading Transactions
Max Size: 150.48/200 MB

Candidate Block

Mining Attempt a69677cbc38f979967077d5b77c7d7aae21985c78bb183aecaccef5dbd45d01c
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 87d3cb16be7e22560d8b0fdc94a0a19f0406f86ab910eddd1badaceb5ba6bbd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,291
Size: 1.00 vMB
Total Fees: 0.00365559 BTC
Feerates: 43.26 > 0.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (393,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
521,761 521,761 0000000000000000001739a153cd47832c9cfd235fb5b7ade47e23429a9e1b3d 2,132 1.00/1.00 vMB 57
521,760 521,760 0000000000000000003bf24f166ec78c8fba41e34aed26beb0b558cad77dd5d8 1,314 1.00/1.00 vMB 30
521,759 521,759 0000000000000000000929cde8d254d0e004ab51a5c236edfa21f9fae1f25ebf 1,989 1.00/1.00 vMB 32
521,758 521,758 000000000000000000228b189994958503dfc823aa4c415d57129d73b742c083 1,959 1.00/1.00 vMB 31
521,757 521,757 0000000000000000000927b62fecaa2d240f54fbce3fdea13f4e33eeb90af50b 2,216 1.00/1.00 vMB 49
521,756 521,756 0000000000000000000b9d63159f4b53377c348b2d2616d78e4bf61bccc28c60 1,963 1.00/1.00 vMB 46
521,755 521,755 000000000000000000132157fee452f05f3534c89640a7e8c5f96d51b685a20a 1,490 1.00/1.00 vMB 52
521,754 521,754 0000000000000000000a5a1c520be6c3e4685eeaf7ddba3e5b6423042c72d42f 827 1.00/1.00 vMB 50
521,753 521,753 0000000000000000000553bf1a5371945e5a43d5f0e348a9a29a5894fe3ffc85 969 1.00/1.00 vMB 73
521,752 521,752 0000000000000000001f1d8fe20382c5b259f57b10105b9a7ad56830f6702458 1,913 1.00/1.00 vMB 15
521,751 521,751 0000000000000000002f963fc57f472c6ba0f34561edf6844d06f2ba548d06d5 2,839 1.00/1.00 vMB 35
521,750 521,750 0000000000000000000b02343a0bd93fda8be0298c1bf16d0b084c1c014d567e 2,050 1.00/1.00 vMB 64
521,749 521,749 0000000000000000000c5314618cb173b6bad57cfd0bb394db2544842263711e 2,208 1.00/1.00 vMB 22
521,748 521,748 00000000000000000014b1e041715e5be77b32c7f0631c3821637b6569999329 2,195 1.00/1.00 vMB 59
521,747 521,747 0000000000000000001050c3cdf20d7f46bf729f57a2174b2e3425de802468f6 2,461 1.00/1.00 vMB 21
521,746 521,746 0000000000000000002176d9dc96fe9512e781c5838f9656cade2da15de3ab3b 1,790 1.00/1.00 vMB 77
521,745 521,745 0000000000000000000be9b84ff196ef215219ddd43577a36a7ea4a9b348e382 2,510 1.00/1.00 vMB 51
521,744 521,744 0000000000000000000224d84d92e5fd40dee0552b222b79d136ca14053decc8 469 1.00/1.00 vMB 3
521,743 521,743 00000000000000000016c6647923244f520ad7ca6ccdf07325e2113e667708a8 1,903 1.00/1.00 vMB 29
521,742 521,742 0000000000000000000dfabce46c932534265f1cb02681daaa7459f5d45457ce 2,025 1.00/1.00 vMB 40
521,741 521,741 000000000000000000305ea9d7c1a1cf91200659a4232904c93c052b7f2966de 1,339 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.79 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.