Loading Tool

Explorer IconExplorer

Memory Pool

79,319 transactions
29.33 vMB
0.07293594 BTC
Random Selection Loading Transactions
Max Size: 176.01/200 MB

Candidate Block

Mining Attempt 5da9215be4aa42f3d6f5e703f78a7a9a0c8e2e5de1d12c3e57bf345b11f6ebe6
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 41b02bb7585f149c40593bf446389bcbaab9af8e8f3b17ba966f03f88784383f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,402
Size: 1.00 vMB
Total Fees: 0.01334217 BTC
Feerates: 170.94 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (520,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,296 394,296 0000000000000000089f8910bc7459f7e499552e4a8158ad0e455c4bf6f22418 1,042 0.93/1.00 vMB 18
394,295 394,295 00000000000000000593ccdb2bcdab2d4d842694efece9afceb535712973588b 1,741 0.75/1.00 vMB 51
394,294 394,294 00000000000000000933e48526105633d129dc48da491abb53ae309f4cf483fb 22 0.05/1.00 vMB 1
394,293 394,293 000000000000000006c1c64ae0fc69d22a9f8caf7bf10dd7371438fb2c2bd146 1,987 0.95/1.00 vMB 52
394,292 394,292 0000000000000000085ef59176b7b10d81fcc660bfb084e47364584246eeb405 885 0.68/1.00 vMB 25
394,291 394,291 0000000000000000024f9904e53314a7eb680c3095f915f4d2d9460f51e53c87 416 0.92/1.00 vMB 15
394,290 394,290 000000000000000007c0e7c0f9dd104c1813884cf6a397cb44d5afb3e0e29ced 1,414 1.00/1.00 vMB 37
394,289 394,289 00000000000000000572a5e9d7c6d2dd55b5ac6cc2a9bd7ad6d25ccde71de1a1 1,914 0.95/1.00 vMB 37
394,288 394,288 0000000000000000088d58cb4d0ad69bfa1d33c0dc61a2b4e6757bf32293bdac 2,603 0.99/1.00 vMB 58
394,287 394,287 00000000000000000498aca6be2d1f9603bf0767960e3df34a1a0358343a4980 1,649 0.95/1.00 vMB 34
394,286 394,286 0000000000000000042ac9bdc5076d636d5b8a2625b5b4511a10a06dbef69bca 2,020 0.75/1.00 vMB 53
394,285 394,285 000000000000000009582660b28b8ca2000c3854c0a0308fe2aa4ce55e104523 311 0.20/1.00 vMB 29
394,284 394,284 00000000000000000283dcc0f8f6ec004b9dfdc85fe3bca2f7c653d9a6ce2259 363 0.36/1.00 vMB 20
394,283 394,283 0000000000000000011b4d032111bae0d96d252a55b6d28f0a918914befe8b29 1,073 1.00/1.00 vMB 23
394,282 394,282 0000000000000000096d309711ca6d1ed0452e3bfa9a72da0a258f02d2bd0119 1,061 0.75/1.00 vMB 28
394,281 394,281 0000000000000000037ebbe2aaaf6ed32e04ca5b13177639a7dbc149271b687b 2,296 0.93/1.00 vMB 47
394,280 394,280 000000000000000007c51e60873f1775a54b814a5ca3105a1753e2654ca3f2a7 2,243 0.95/1.00 vMB 51
394,279 394,279 000000000000000008d14492755b5f7717eb0c04b778bf39aea63777fde8f859 933 0.54/1.00 vMB 34
394,278 394,278 000000000000000002b55f052e477b163ca964aeab32cf6195883a209f4ffb01 588 0.90/1.00 vMB 13
394,277 394,277 0000000000000000089787e5b2838f9303b6c82e6bd6d40856cbba1940b6e26d 1,157 1.00/1.00 vMB 23
394,276 394,276 00000000000000000152cac609562b0752a6e411f686e78c3d636207abf1f731 802 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.