Loading Tool

Explorer IconExplorer

Memory Pool

81,130 transactions
30.05 vMB
0.09383084 BTC
Random Selection Loading Transactions
Max Size: 183.59/200 MB

Candidate Block

Mining Attempt 1fbc8b8138f16880f1f2147a9817ccfa2ff9a62c0ac96789e960c13b4bc4a096
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 2f9e2d22176cd45fdbc804f12b3f8df74607f18b1c6e030590ca55dab25c31d2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,502
Size: 1.00 vMB
Total Fees: 0.02629326 BTC
Feerates: 402.60 > 2.63 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (424,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,345 490,345 000000000000000000b13ecd4b386e0d4b7fddae4d91ae74f4aa9847653aeb11 2,603 1.00/1.00 vMB 211
490,344 490,344 00000000000000000003a70ff3a80aba37dac38efea7750ad69a459f5297fb57 2,775 1.00/1.00 vMB 181
490,343 490,343 00000000000000000057a8756ab4027358076305922775ba621238c57f5db387 2,791 1.00/1.00 vMB 146
490,342 490,342 0000000000000000002068d86d272d3031017a9ad92a57f466559cc052eba986 2,573 1.00/1.00 vMB 192
490,341 490,341 000000000000000000054053a5702632941bcba213725459071f68e7e54d75e4 2,770 1.00/1.00 vMB 188
490,340 490,340 000000000000000000a30a0caa9fd17d57e15232a30e52b5df8362a4d7cd6cb4 2,224 0.97/1.00 vMB 361
490,339 490,339 0000000000000000005fc829b6ceffde903167e1d16398b203e3f69bebbed1cd 2,658 1.00/1.00 vMB 211
490,338 490,338 000000000000000000e4edc2f5ea8a898c971c58a5530f35768d1a3bd163008c 2,358 0.95/1.00 vMB 202
490,337 490,337 000000000000000000a9b6ad49a0f67a9224a47a687a1a061b5277cc6f87c096 2,550 1.00/1.00 vMB 159
490,336 490,336 00000000000000000097a585e63750e462c01f2c62baabbab5529d549bd169bf 2,743 1.00/1.00 vMB 203
490,335 490,335 0000000000000000003c9042bbf68d3f3f0b5599f054dfca6264abad889aa2d2 1,753 1.00/1.00 vMB 174
490,334 490,334 00000000000000000022fbf27a90e581ffb3617d4d82356a84c3c72d2a039660 2,445 1.00/1.00 vMB 200
490,333 490,333 00000000000000000089f1a9b0d2ed57adab852d8bdb9e05dbd5bdd7767df957 48 0.01/1.00 vMB 626
490,332 490,332 0000000000000000000493aaab64b06b25e5d4bb1773808508dc0c8dbb243c67 2,498 1.00/1.00 vMB 297
490,331 490,331 0000000000000000004cdd3d12d9ca42570c6c5fa8d12466c285768c97927e7d 2,288 1.00/1.00 vMB 142
490,330 490,330 0000000000000000004ef73b4c09a527de727d047b776fc8eed07725a92a859b 2,346 1.00/1.00 vMB 184
490,329 490,329 0000000000000000003450a7c9b0c0520612afe9de7791aacdb40d89489ecec0 2,137 1.00/1.00 vMB 58
490,328 490,328 000000000000000000426cd000e318ff99cccf24145607c3766960fc0c5f4e1c 2,651 1.00/1.00 vMB 83
490,327 490,327 00000000000000000063f72912d2997d97bcb067cc4d41c982596c6c4e3beffe 2,347 1.00/1.00 vMB 153
490,326 490,326 0000000000000000005655c8d5be291996a0570b54ba9457e15b9a8af0537ae8 2,701 1.00/1.00 vMB 137
490,325 490,325 00000000000000000009e39291a5566c60410c0ae892fe004be99fd84e3fd445 2,563 1.00/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 782.95 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: 715.21 GB
    • Received: 17.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.