Loading Tool

Explorer IconExplorer

Memory Pool

44,792 transactions
29.55 vMB
0.07891944 BTC
Random Selection Loading Transactions
Max Size: 152.65/200 MB

Candidate Block

Mining Attempt a59f519f0c7b994c23c34dce7370d9c51091908796a3240a7339068b7660f679
Version 20000000
Previous Block 00000000000000000000709f7edee63a34e64b3e6a3ce7a66f4810ef675bdaed
Merkle Root ff26e6ba53110e4cbc3471ead8ec86517328a6665e8f5abe33d0b6a457f77448
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,091
Size: 1.00 vMB
Total Fees: 0.02068073 BTC
Feerates: 339.97 > 2.07 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,618 (442,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,988 471,988 000000000000000000af8440e3af6dc9dac77f9403a891cd26c97e871c03e183 1,958 1.00/1.00 vMB 401
471,987 471,987 000000000000000000ebffee465131d8d16db9982dc4f313c1d9ef48078a83e2 2,350 1.00/1.00 vMB 303
471,986 471,986 0000000000000000011940b40b9ea68089fb18a73be6c88e1670deb85b671c47 1,637 1.00/1.00 vMB 270
471,985 471,985 00000000000000000147649c8c9e599fcf92304139fe7ecd8408233276d4f9ed 2,459 0.99/1.00 vMB 346
471,984 471,984 000000000000000001011a9a913f2f5ed75d7e97d7140fea7ae997e8aa34be9b 2,306 1.00/1.00 vMB 419
471,983 471,983 0000000000000000018501ff50cb5f57122d7322760a97ab93b29db2931a9a90 2,031 1.00/1.00 vMB 215
471,982 471,982 0000000000000000012dac76e29d3a244328b351175548d06171fa9dac1cf0ed 2,020 1.00/1.00 vMB 282
471,981 471,981 000000000000000000ff2a9211a80903cfdbcff1098282db54bc120b0aa1426e 2,154 1.00/1.00 vMB 363
471,980 471,980 00000000000000000082c8b0a2187a94d41f3e0a99eff0ff1ec0286820293314 2,137 1.00/1.00 vMB 397
471,979 471,979 0000000000000000010c5b7677f9ecca3d76ffeb68868c2f8bcf74d768ccc6ca 1,992 1.00/1.00 vMB 359
471,978 471,978 0000000000000000001f35fc91ea4b384682e2ba13b41ebc390c5036a2039830 2,214 1.00/1.00 vMB 324
471,977 471,977 00000000000000000125a4176a01b2f23df08793834e4c2ca2c93464428e526d 1,979 1.00/1.00 vMB 359
471,976 471,976 0000000000000000004a28dc48c6f3d0f6fb291ca2cd5bb907ebefef89d4bcb1 2,374 1.00/1.00 vMB 234
471,975 471,975 0000000000000000010cb1055e493113143975f3ca3d09cb9367a3b7b19cef5a 2,235 0.99/1.00 vMB 255
471,974 471,974 000000000000000000654ab49a9a75e54139c9827d3c31456f2c1274928b5555 1,997 1.00/1.00 vMB 347
471,973 471,973 00000000000000000184fa13ee267cacbc4be2e9ab24f008178f336a27d93f80 2,287 0.99/1.00 vMB 382
471,972 471,972 0000000000000000010b5976744d0456c4a505df10b1be97476425b5ce609082 2,533 1.00/1.00 vMB 300
471,971 471,971 00000000000000000084733ff83500d49d875649723a81b27c935e9b387ec9ee 2,080 1.00/1.00 vMB 332
471,970 471,970 0000000000000000008c9b91a8cd6dd90e6eb624141943e6a746af2abdeab839 1,955 1.00/1.00 vMB 311
471,969 471,969 0000000000000000010628745666b06e1630107720e3630f413f5c85d0aa3137 2,233 1.00/1.00 vMB 351
471,968 471,968 000000000000000001721a21d56bb6e5550d0aa81c0ee16339c6c15ef9d6548a 2,160 1.00/1.00 vMB 391
Previous 10 blocks ↓
Total Size: 781.72 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: 629.64 GB
    • Received: 11.94 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.