Loading Tool

Explorer IconExplorer

Memory Pool

81,412 transactions
30.28 vMB
0.07540796 BTC
Random Selection Loading Transactions
Max Size: 185.91/200 MB

Candidate Block

Mining Attempt 69d833dd37167f98b720505751335b987ff24b38a21461e9b18c94c4e20ae161
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 0db1e637d43ac8eb065ad8380d4f5b36ab144a4cbdbf04fa0a2180b39d135521
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,895
Size: 1.00 vMB
Total Fees: 0.00814822 BTC
Feerates: 150.77 > 0.82 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (314,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,343 600,343 0000000000000000000fa403061961d1854672c3bdf7c82fa4ac10d2f426a4a6 3,008 1.00/1.00 vMB 17
600,342 600,342 0000000000000000000611bf834fd1b2f8064a42cf1b8e30b85c10f1dd498beb 2,064 0.71/1.00 vMB 13
600,341 600,341 0000000000000000000ced211b3f9e07c1b451c91516af9adee9c3443b77e247 2,401 0.72/1.00 vMB 13
600,340 600,340 0000000000000000000bf569a693e3895fb3840de4e8461c389b3d9a0fd3f551 2,826 1.00/1.00 vMB 14
600,339 600,339 000000000000000000032c25b19b0601e74f20859cd658913f74f6c4dd65d32c 915 0.27/1.00 vMB 3
600,338 600,338 0000000000000000000765160c18cac93ad1284a40aec8b25628ce3438ba9e09 2,218 1.00/1.00 vMB 6
600,337 600,337 00000000000000000015567ae970113995500af3cd6389f2e7fbf1fcccca3932 2,412 1.00/1.00 vMB 17
600,336 600,336 0000000000000000000113c65d8891b3775f940ef100aa1d8b050a3da4bb3021 2,082 1.00/1.00 vMB 21
600,335 600,335 0000000000000000000d251b379437e01af8faacaf4a338ec3fd0aff03710a1a 582 0.22/1.00 vMB 25
600,334 600,334 00000000000000000009ad4108251bc8f00ba4c0ec3e85e2d51bd4d00477ea2e 2,051 0.68/1.00 vMB 15
600,333 600,333 0000000000000000000cb629d751d48a5dc5c9f4401d293a6ceb9e63e7abcf26 1,240 0.47/1.00 vMB 14
600,332 600,332 0000000000000000000441907499a4c28c09efbf2380a69feaaf792ab744c8f9 2,049 0.82/1.00 vMB 1
600,331 600,331 0000000000000000000ba93a9e54cc7845373a14e88614fa233e521493e40349 2,732 1.00/1.00 vMB 10
600,330 600,330 0000000000000000000f22cdb0e4349c9071ae26bb74f32de3c29930e9113283 2,731 1.00/1.00 vMB 15
600,329 600,329 0000000000000000000c92cc931cb9eb4b513a71a7830fea4f4ecad576b06fb6 2,827 1.00/1.00 vMB 30
600,328 600,328 0000000000000000000aac45d211d1ccc0d17214a4d4a9bea9862903441b3a40 2,686 1.00/1.00 vMB 4
600,327 600,327 00000000000000000002cd61950db2ce89bb14fdeb8c7d92feaeb9142da77c8b 2,664 1.00/1.00 vMB 32
600,326 600,326 00000000000000000009b6b22c91f7412b8099edfd910538e20add0c2a2b048f 1,345 0.39/1.00 vMB 14
600,325 600,325 0000000000000000000ee8537e12169aa84df2fcfe3cbec4a51c6ea70602d025 2,634 0.79/1.00 vMB 11
600,324 600,324 0000000000000000000fb370134cd56851f8f5157e277c7a4592f4ae47bb31cb 3,065 1.00/1.00 vMB 17
600,323 600,323 000000000000000000126e984aa8200a6716bc9ff0525480dbffb0b9dda89682 2,396 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.96 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.35 GB
    • Received: 17.71 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.