Loading Tool

Explorer IconExplorer

Memory Pool

80,500 transactions
30.32 vMB
0.07800497 BTC
Random Selection Loading Transactions
Max Size: 185.25/200 MB

Candidate Block

Mining Attempt 31ac99f0b62cc10093bd08494af9a543c548702341a083b6cf59e9bd161a3a80
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root ab567633a88ab331fbed060db4b9e3fdab41554844445dc0367cccda2d35bccb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.01035937 BTC
Feerates: 318.30 > 1.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (315,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,348 600,348 000000000000000000129d70426ce69d38d37690355f95674aa6ae363926cdfb 2,456 1.00/1.00 vMB 11
600,347 600,347 000000000000000000093cfce8defce1c883908b4c16725fa01dbc78a00cb347 2,665 1.00/1.00 vMB 34
600,346 600,346 0000000000000000000f3e87bccbe789b93d4a8f6015ae746ed16b2a7a8175a4 2,462 1.00/1.00 vMB 30
600,345 600,345 000000000000000000023ad3dbc322330b0068abf105f9da1fd74fac0a608156 2,238 0.81/1.00 vMB 13
600,344 600,344 00000000000000000005f65ee3addc37a42a27b25a94e5f35603e9350e7fc60f 1,219 0.44/1.00 vMB 9
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
Previous 10 blocks ↓
Total Size: 783.00 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: 718.26 GB
    • Received: 17.88 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.