Loading Tool

Explorer IconExplorer

Memory Pool

40,856 transactions
28.39 vMB
0.07332523 BTC
Random Selection Loading Transactions
Max Size: 144.82/200 MB

Candidate Block

Mining Attempt aafc4d24b65ae73fa234f936e5976b5a2b045aa99f963ca7335e5f50f69917bc
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 2ea800f7806ce82fbd8cc805a4ecdd23461c9c27c9d500d25fbed7cd315c029f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,429
Size: 1.00 vMB
Total Fees: 0.01840443 BTC
Feerates: 88.27 > 1.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (475,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,492 439,492 000000000000000000e8f2fd9a9a989a5fa818de9f1397753b3fa64fc77be5e4 1,194 0.99/1.00 vMB 31
439,491 439,491 000000000000000001566969480237396788aa6b84b6a0bbbe00e417050035c3 2,141 1.00/1.00 vMB 49
439,490 439,490 000000000000000002bfd1d465e40073c8f081650c60c0e387090d66f2bed1b2 2,474 1.00/1.00 vMB 83
439,489 439,489 000000000000000003486e2826cd9cf34fc0244527164e65e9123b77ef1fbf25 2,408 1.00/1.00 vMB 72
439,488 439,488 000000000000000001a4da46f04329a0790734e22172fe14a2c8cf973e8c9d29 1,508 0.75/1.00 vMB 59
439,487 439,487 0000000000000000042a2ed4a504424060407825d774a54f2e148fa769ee72ff 896 0.71/1.00 vMB 39
439,486 439,486 000000000000000002f386d957bd6c92780368afcc5d05142e1525b3ca36f5fb 1,586 1.00/1.00 vMB 61
439,485 439,485 00000000000000000122eb40871e6ab5030ebce312acf2f39596be7249aa900b 1,194 0.91/1.00 vMB 33
439,484 439,484 0000000000000000021e63dfccd72e8a3be2728a8837c9ac2bcf6dc3a4604a33 1,515 1.00/1.00 vMB 45
439,483 439,483 000000000000000000efaa1f90edac87ce7cd32973f6fd7953876f9b51bf98ce 2,087 1.00/1.00 vMB 61
439,482 439,482 00000000000000000253a6b272c591698f459600ebe211af148e3637243afc4b 2,044 1.00/1.00 vMB 62
439,481 439,481 00000000000000000208239c031e8a7ba2438384c7430983f54ccaa8ffe4b8f2 2,117 1.00/1.00 vMB 70
439,480 439,480 000000000000000000c9dfaaac6654150ae5ad0d57bb5b90b7cd6d79788dbae2 2,559 1.00/1.00 vMB 72
439,479 439,479 000000000000000000f147c46d0009ede25210d4d4cbb74aeab23c77f7aa4646 1,127 1.00/1.00 vMB 67
439,478 439,478 000000000000000000f307194d7ef0983b89f076b4f9eb2ad684ffcdbcd909d5 1,770 1.00/1.00 vMB 57
439,477 439,477 000000000000000000225fa6176018c6538572d36c14db89de1b98c94171780b 1,223 0.64/1.00 vMB 40
439,476 439,476 00000000000000000292d8fb867b1c47018198d89e1510df19d20628e951cbe0 2,486 1.00/1.00 vMB 61
439,475 439,475 00000000000000000062ab9e3a42f9e4f10cb0fc34dc66e369e064826dbcfa23 2,203 0.93/1.00 vMB 89
439,474 439,474 000000000000000001573ba675f4cbc15d5d6bbb6ecc4d7f2163d8e5c19d1dd6 1,757 0.87/1.00 vMB 64
439,473 439,473 000000000000000002ecbd78c08136f17de27707adbde6499fae054f3b446ba7 1,815 1.00/1.00 vMB 47
439,472 439,472 00000000000000000063764ae5afa48e74a4b18eb243480419f2b06eaee2ea60 2,593 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.