Loading Tool

Explorer IconExplorer

Memory Pool

14,633 transactions
6.39 vMB
0.03298531 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.63/200 MB

Candidate Block

Mining Attempt ed4ede5dc0134c4710935cbb6757babaeea974a468366823e5e74e3091c29237
Version 20000000
Previous Block 000000000000000000005b95516143f3a5c12ca43b8fea57fd53ee9679bfd479
Merkle Root 99b039dae4270de50f4356d0a573e31eadaabca73d1e10df415a3e37f7ef92ec
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,066
Size: 1.00 vMB
Total Fees: 0.01967705 BTC
Median Feerate: 2.17 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,457 (756,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,424 157,424 0000000000000d925f5adeffef34025864f8726413b2797f30ac59afaf109a8b 16 0.01 vMB 178
157,423 157,423 0000000000000b3742aba2843eee5d80f28e13749e4f06627b9e085eb2d77922 93 0.04 vMB 115
157,422 157,422 00000000000000ac72f123f7a3486c50e3340160762da1fe45ebec071f1612bc 28 0.01 vMB 149
157,421 157,421 00000000000001f49fb7d6120424f32820edacc4294f1775e6bbd1278eb4b821 59 0.02 vMB 111
157,420 157,420 00000000000001e1583811d1a1b9e1ed2af68b75ee28689deca9af1e0cdc538c 27 0.01 vMB 70
157,419 157,419 0000000000000c734ef24d99ed783c55cb4cee58a0e23b1e433eb3df88d9198c 2 0.00 vMB 0
157,418 157,418 000000000000040b4495df63500b4a912b9c51e935f86bcbbeef3a32d0796ebb 19 0.02 vMB 18
157,417 157,417 000000000000065941d17a5778abd85a64836fe2ee18a2a913a0dbdb6883196d 32 0.05 vMB 38
157,416 157,416 00000000000009a1d21989fcb648a2e903d60b238662b9553553471bcb96f86a 110 0.04 vMB 23
157,415 157,415 00000000000007246ddd777a23fc8b99c1c4f976343d163e5a5790903b19b50c 38 0.03 vMB 41
157,414 157,414 000000000000084ada0e7f3a4d593522729a89a64682fbf3e740021434702c74 12 0.00 vMB 35
157,413 157,413 0000000000000961006254eb71e2fb5ee9c33e36ad77300744df1b1b8ea05d5c 45 0.02 vMB 60
157,412 157,412 000000000000050b535392c50dc727a8e727cbe6282fb5e696113b339a5df069 11 0.01 vMB 561
157,411 157,411 0000000000000618f8e9571b4a7d386b4d4766db1f54e791b47ae38c258435cf 7 0.00 vMB 1,686
157,410 157,410 00000000000000b57b8b9d110caf647803b969bd3ab6d31fcaafbea2c4f5bf02 25 0.01 vMB 0
157,409 157,409 00000000000002c27803779ada377edf264666956f9406e5ea607ba23aed24d6 9 0.00 vMB 0
157,408 157,408 00000000000008c46e979d471ab0e0e089adf65c107ead44b11be156b4053406 9 0.01 vMB 712
157,407 157,407 00000000000000887bb361419a7423e175695fe260ec45be98cf24cea957ac37 27 0.01 vMB 111
157,406 157,406 0000000000000daef6a88181d32c433e6442a10f34edfddcea57c921f855244b 164 0.05 vMB 9
157,405 157,405 00000000000005daf119435cf4384106ce3d161a155f30e2700875793aaeb751 11 0.00 vMB 27
157,404 157,404 000000000000071d3b9596c86bb1cd24560dae85c7fd9edeaa3c5ff7a23d86bc 58 0.02 vMB 155
Previous 10 blocks ↓
Total Size: 779.66 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: 315.22 GB
    • Received: 1.51 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.