Loading Tool

Explorer IconExplorer

Memory Pool

81,101 transactions
29.55 vMB
0.10457751 BTC
Random Selection Loading Transactions
Max Size: 179.99/200 MB

Candidate Block

Mining Attempt 0e7b9d6da7384c2b85c6ff690272a10d5884d143bc7b3a1028f5b3d90a2bf5c0
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 15d7cbdd137459014d5c1cfd90612c6ab8198f4035753c4d4f54aab684399098
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,189
Size: 1.00 vMB
Total Fees: 0.04232928 BTC
Feerates: 201.05 > 4.24 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (441,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,498 473,498 0000000000000000017bd205046768b7f8dbc5119cda20f72e6c0a391d792e99 704 0.99/1.00 vMB 331
473,497 473,497 0000000000000000014059558fe1ac5398d770b24b4a0f96ca85ccbf3e328fa5 2,156 1.00/1.00 vMB 392
473,496 473,496 00000000000000000165d99a43d7a5f8c484edae1bc3249b6eb495a6c87ccebe 1,324 1.00/1.00 vMB 331
473,495 473,495 00000000000000000119f461c7fee3f2fc8cdcc69cccb18b69afa37bc205494c 2,153 1.00/1.00 vMB 303
473,494 473,494 0000000000000000014c0d69f162c8214bf379777f763c8d9ed89ac8e96193c1 2,094 1.00/1.00 vMB 381
473,493 473,493 0000000000000000002dc9dd802fa635399813735aeaef82a55335086eaa980e 1,957 1.00/1.00 vMB 373
473,492 473,492 000000000000000000ed9c136ba82f7bc7171b321b06bf4c1237c4f825ba3b87 1,933 1.00/1.00 vMB 479
473,491 473,491 000000000000000000efa0879b53640c7432a2f0cc0c56e22476bb7e822fe7d0 1,587 1.00/1.00 vMB 285
473,490 473,490 00000000000000000119c8cb697ea3aa72ebc027f1c846611c0041bf08b33bf6 342 1.00/1.00 vMB 82
473,489 473,489 0000000000000000006b332c49d01b74ac48bed0f8bea2017a27dfe8e4cce4b1 1,454 1.00/1.00 vMB 237
473,488 473,488 0000000000000000008caf2f47891890dd4cfb6d15e46fa5f680a113bad45e37 2,011 1.00/1.00 vMB 388
473,487 473,487 000000000000000000d81999b49106dd4517b16386478d5790535474e898c8c2 1,003 1.00/1.00 vMB 177
473,486 473,486 0000000000000000009ea06cf91a390a22517eb9d27b7b5457773b5c4a3f5c46 369 0.46/1.00 vMB 38
473,485 473,485 0000000000000000011c095884560bd8d5379e600721703fe14e9cebc3871827 1,681 1.00/1.00 vMB 262
473,484 473,484 0000000000000000009dad21237333ff92cef5ccd9189839146a72fb5eef90b5 1,492 1.00/1.00 vMB 160
473,483 473,483 000000000000000000732a975e540b675e2dd7098d84e26fd3a0c1f6e7e99231 1,765 1.00/1.00 vMB 369
473,482 473,482 00000000000000000128c0a689cb6acc69beebac184a523632f36bfd6f879fda 1,208 1.00/1.00 vMB 58
473,481 473,481 0000000000000000017013d9379f1864abfdd009b608b5d93f901df015587806 1,399 1.00/1.00 vMB 174
473,480 473,480 000000000000000000ad792563f02f13c5d92abede542425173a2b2c2e1336aa 2,161 1.00/1.00 vMB 333
473,479 473,479 0000000000000000002775e846cf7972a86c6e5c344300702c3d224d96bde118 2,116 1.00/1.00 vMB 378
473,478 473,478 00000000000000000010d40f2d228a8d872e74d70f2f699614930f771f866f7d 649 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.