Loading Tool

Explorer IconExplorer

Memory Pool

47,650 transactions
28.05 vMB
0.13639121 BTC
Random Selection Loading Transactions
Max Size: 147.27/200 MB

Candidate Block

Mining Attempt f98399edd5c8ecae64b96e0ef66fc00411034aee0df0098343f4f4a4a848bb0a
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 066d3fc3dbcf95b386cdb79bba10386e7f4254837aca53dd40853223e1860a53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,767
Size: 1.00 vMB
Total Fees: 0.06148613 BTC
Feerates: 151.12 > 6.16 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (128,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,388 786,388 00000000000000000004e09e3d4f6eaa5ff731854e4d706f79895956098c2513 3,783 1.00/1.00 vMB 25
786,387 786,387 00000000000000000000bdc2fa0bc4e974f37cbc959a43316c9f8a97f1b48db2 3,075 1.00/1.00 vMB 28
786,386 786,386 00000000000000000002f1c7a5c112b1de7fca8adde7455ea56e9b218dc120fd 3,139 1.00/1.00 vMB 29
786,385 786,385 000000000000000000000ea6babd4034c155d10804940d9f2cc09d3a257682bc 3,314 1.00/1.00 vMB 25
786,384 786,384 000000000000000000030d8e4fc3e11ca0a93e4790f123bf520663a8882d0d5a 2,588 1.00/1.00 vMB 35
786,383 786,383 00000000000000000000424912add355b33935815003f2b4af7935bcd7fb0d84 3,035 1.00/1.00 vMB 14
786,382 786,382 00000000000000000004de04db1ac2a9949b2794b301f801ec973b5b141c4268 3,224 1.00/1.00 vMB 23
786,381 786,381 0000000000000000000182e9e9a51deb90500dc7fc1ef0999f0fe483b489a2be 3,744 1.00/1.00 vMB 24
786,380 786,380 0000000000000000000366da05d907b19cfc946c4cc63fee83bb6dc5f5bbd7ad 2,940 1.00/1.00 vMB 26
786,379 786,379 000000000000000000015eb7a00a454a72e6955be24faa1a75f1e14d57b68745 3,119 1.00/1.00 vMB 37
786,378 786,378 000000000000000000042055a83f98f4ef3ac2ac0b80bed23377112e8a011fd8 2,812 1.00/1.00 vMB 7
786,377 786,377 00000000000000000001caca2ee943f4374c36b266b9dff3f5f11fbcf32ff9b2 1,977 1.00/1.00 vMB 16
786,376 786,376 0000000000000000000029325ed0b2cc37b64dcd123fe79442f8493d054b7200 3,060 1.00/1.00 vMB 23
786,375 786,375 000000000000000000008a3ff817b173a117bc8810587d9d1f41600514887ae8 3,683 1.00/1.00 vMB 27
786,374 786,374 00000000000000000000205dc03caa2ea86a3fbe610b8644648876dc12e74cc8 3,557 1.00/1.00 vMB 30
786,373 786,373 0000000000000000000180130e78ab776f9cb8379fc2a554bea6eb8b7780a651 2,837 1.00/1.00 vMB 13
786,372 786,372 000000000000000000025f7c3042f0f24dfbf2ceb814a2a799859be99797e149 1,472 1.00/1.00 vMB 9
786,371 786,371 00000000000000000003592a2fa2892ed89b8fdd41589183d261d6e06cdc8588 670 1.00/1.00 vMB 3
786,370 786,370 00000000000000000001ac2996bef9ba6b96c92fda6c5ead8ae2006655ecb3be 3,132 1.00/1.00 vMB 9
786,369 786,369 0000000000000000000172de04eb096b0639917b5a29ac6b73b3d55f8aeb5f9a 2,872 1.00/1.00 vMB 19
786,368 786,368 00000000000000000004db54cc6900f968dc3264d9e643d69ed9490835df5e2d 2,525 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.92 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.