Loading Tool

Explorer IconExplorer

Memory Pool

46,045 transactions
28.53 vMB
0.07579883 BTC
Random Selection Loading Transactions
Max Size: 151.60/200 MB

Candidate Block

Mining Attempt 13641cd8250ccfcc07f31cf12691a24a6a0f35e3e96afce58af07e50e341cbd3
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 40caf63f3bd98843e4ce8ef5e8a69a54914745b953631e8f9e1c96deccbf33fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,192
Size: 1.00 vMB
Total Fees: 0.02172862 BTC
Feerates: 100.23 > 2.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (259,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,358 655,358 0000000000000000000881da93d74c9cc443c184b6d88a4c582fa33ab9ebd400 2,328 1.00/1.00 vMB 80
655,357 655,357 00000000000000000009aeeffcc86b875d7acedef45d385d2211174f15d0f80d 2,064 1.00/1.00 vMB 88
655,356 655,356 000000000000000000109982e118e33cc42096e37dc51a74f7ac9df6a6a86e59 2,640 1.00/1.00 vMB 208
655,355 655,355 0000000000000000000ccd1afa663620bda0da8ce6dcbc0c2149a7afaa20c8b1 2,997 1.00/1.00 vMB 266
655,354 655,354 000000000000000000015aec34a4cc7c7c3c6d2994fd28b3865fc9804ee5c7f2 2,820 1.00/1.00 vMB 319
655,353 655,353 00000000000000000006f9fe4f6c16a279edc7fb7ec003431a1f02d39606affd 2,687 1.00/1.00 vMB 194
655,352 655,352 0000000000000000000b5987997eb20d346d52722a3ca2124054247d4b1daab3 2,063 1.00/1.00 vMB 324
655,351 655,351 0000000000000000000189a276c9e38c17b4fcc793557d6c435cb13f8ed19796 1,753 1.00/1.00 vMB 53
655,350 655,350 0000000000000000000eaa8c644e6f07ebf074b35c34adf3c89490d381554bf0 287 1.00/1.00 vMB 29
655,349 655,349 0000000000000000000e00e57f25195d86a6f97642c834f81f73d9db1f84a47f 680 1.00/1.00 vMB 20
655,348 655,348 000000000000000000023b806972c66388c4593bf0e80ba519ef5ee5e045147d 2,211 1.00/1.00 vMB 142
655,347 655,347 00000000000000000007708adb21aa817b13e9cde5311360cb2cb82a01378dca 2,312 1.00/1.00 vMB 227
655,346 655,346 0000000000000000000aa42da7a5c5fa1fd26992762cc72db49e5562cfbf2586 1,335 1.00/1.00 vMB 61
655,345 655,345 0000000000000000000e9ad786608ecc53735e6fa58a73235e87c24304c09e24 2,338 1.00/1.00 vMB 227
655,344 655,344 000000000000000000063894615107d849e1f450eff93bc43b650dcdc4a60c1c 1,379 1.00/1.00 vMB 106
655,343 655,343 0000000000000000000f501b7ebb6cc66d122734456c6f625ce08046714503e1 1,665 1.00/1.00 vMB 138
655,342 655,342 0000000000000000000332cfc2c5e0ce198a10919afb93a9d5c54f29af0f0865 2,465 1.00/1.00 vMB 38
655,341 655,341 000000000000000000078bc5337ad78ebb7da28a3ba89e1faa739fabebd712db 649 1.00/1.00 vMB 18
655,340 655,340 0000000000000000000f48b33c9cb5014a2bbf5f0dea4a0171cce61f450ba1b0 1,279 1.00/1.00 vMB 60
655,339 655,339 000000000000000000071cfce08d3dc64c8e11a95da5dd5f4ae7adcbee972bf9 365 1.00/1.00 vMB 33
655,338 655,338 0000000000000000000e4a9bbc39c161508065764ea5906f625bc22ad84fb385 847 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.