Loading Tool

Explorer IconExplorer

Memory Pool

77,414 transactions
29.08 vMB
0.10079371 BTC
Random Selection Loading Transactions
Max Size: 175.03/200 MB

Candidate Block

Mining Attempt 47144a4cf243439be737d9bf6ab12a306c10df6b5c07d38fe0c8d413f49650f1
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 27588413f8a06dbfbbeb1f5a49b4b70a5823c654fbf2e29965e292b2e0fe746a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,529
Size: 1.00 vMB
Total Fees: 0.02683866 BTC
Feerates: 453.09 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (314,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
600,322 600,322 00000000000000000013f12a4a54c68431aa67bfd3f3dfd3528d1b2a44e89c6c 968 0.32/1.00 vMB 12
600,321 600,321 00000000000000000006e5416e51b1c53dfec5ae28e84ec17f110c6a8d6c5115 2,141 1.00/1.00 vMB 17
600,320 600,320 0000000000000000000bcff3d66377565c4999092776932809cfb4fa63973541 2,853 0.95/1.00 vMB 10
600,319 600,319 00000000000000000005f086494cef2e31fcb38b3754390a25a31ef9d01321b1 3,004 1.00/1.00 vMB 5
600,318 600,318 00000000000000000004fa36dc8e56c8ddabaccf9ad01c391609fb24bf89571c 2,582 1.00/1.00 vMB 20
600,317 600,317 000000000000000000004e729863d8bf12cda005f83f8edffd8524becdb792c0 2,436 1.00/1.00 vMB 11
600,316 600,316 0000000000000000000330b9caa8214ce1a308380b7389b558811a6283d2f25a 2,821 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.