Loading Tool

Explorer IconExplorer

Memory Pool

81,083 transactions
29.80 vMB
0.10390755 BTC
Random Selection Loading Transactions
Max Size: 180.25/200 MB

Candidate Block

Mining Attempt 81efc2ea473dc2e125c397a2972d0c5f6c1b07ff64702f7475e90f705cd94755
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root ad0ef9121e91403f171efb0263e7ce1a472cbbf52c15e2a2111e2317bde98460
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,063
Size: 1.00 vMB
Total Fees: 0.03873509 BTC
Feerates: 146.36 > 3.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (827,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,248 87,248 000000000018590c48ecfd6f6f003c81551ed387f23e431fd8f8948f1ac71bc8 4 0.00/1.00 vMB 0
87,247 87,247 00000000001bc308f4c89afc3545f383000e58ceb3b576d2e89e7ddd88976b0f 4 0.00/1.00 vMB 0
87,246 87,246 0000000000106bc83c11e3245a9ba7773f05f605c7df7c4346b6825ec3f88db8 6 0.00/1.00 vMB 0
87,245 87,245 0000000000002a64f37367575efc565c62091afe4408b38817b02b544bfd3174 1 0.00/1.00 vMB 0
87,244 87,244 0000000000177c2de26b6771896ae0d6a83feeaaf580ebe4de8ff5a813fb2601 2 0.00/1.00 vMB 0
87,243 87,243 00000000000e25fa1e29d71af93d41cc092859c38985485b6e3cf0ea1fba594b 1 0.00/1.00 vMB 0
87,242 87,242 000000000016dbb761653cd37a92a92a1bac62031e6626dde37e443eb6f65367 4 0.00/1.00 vMB 0
87,241 87,241 00000000000fb8e74ccb98f00bfb9a5b0dd6cdb8308039f2d2b6e3dcdc9871fd 3 0.00/1.00 vMB 0
87,240 87,240 000000000012ca6b14476458873d04a0361a844f7af37d3f2b3107beaf6f95b9 8 0.00/1.00 vMB 0
87,239 87,239 00000000001d4aea471162eaa656f17d96e775daf58260594a914aba399cdfe2 9 0.00/1.00 vMB 0
87,238 87,238 00000000001b2ae48d03e3bb517acbc53b755b0de5c64d9503a22e62e69c136e 1 0.00/1.00 vMB 0
87,237 87,237 00000000000c32cbd7f366098693cbe16bb425895533d150f49027a71e82fe69 1 0.00/1.00 vMB 0
87,236 87,236 00000000001b837e31d996b68aac216cd66ff7b0bba2089d334b4700c87e38d6 1 0.00/1.00 vMB 0
87,235 87,235 000000000001b70f1d5e3bb31b2419a6ee2b73a9d5889e4b4d1353e36ae4b65a 1 0.00/1.00 vMB 0
87,234 87,234 000000000009442b4f0d19eec42160599e9f3ab0cc86a2c4ee8589478a4f88e3 2 0.00/1.00 vMB 0
87,233 87,233 000000000019a12f915b03f3b7cdc11175c4ae19503d71c768effd904bee33d0 5 0.00/1.00 vMB 0
87,232 87,232 00000000001d11083c1b88923f491555e02b6e856785e6494f6dfd8d76c00dd9 2 0.00/1.00 vMB 0
87,231 87,231 00000000000e77b72c0700bc8c09e937a71f397acaee2aa10905866384bda753 1 0.00/1.00 vMB 0
87,230 87,230 00000000001b92aa74e30e1ed1d1476bd95d168870dffb826524219f05d65193 4 0.00/1.00 vMB 0
87,229 87,229 00000000000629db74af81f5ac40248913692904059b4a18a68754e671fdca71 1 0.00/1.00 vMB 0
87,228 87,228 000000000019a68d8b2eac2100ed3185ebbab9309542d703d38aab1e603087a8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.58 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.30 GB
    • Received: 15.90 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.