Loading Tool

Explorer IconExplorer

Memory Pool

41,122 transactions
27.33 vMB
0.07855015 BTC
Random Selection Loading Transactions
Max Size: 141.09/200 MB

Candidate Block

Mining Attempt 9d0208de912d572a361564fbc87e4d21f33d0906645f2da670149eeb5444b917
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 128fbd9dbcc87ede763ef17d0013f17b29a26d3ea5927fc3de5feffcf096a398
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,084
Size: 1.00 vMB
Total Fees: 0.02584661 BTC
Feerates: 141.50 > 2.59 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (236,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,589 678,589 0000000000000000000b7c110447a2e13ad0c8a82095fe9cf0c652b9f7695410 3,161 1.00/1.00 vMB 95
678,588 678,588 00000000000000000005f83a71fc1c2a37fa0a4069318f649a2c1bcb1d690993 2,556 1.00/1.00 vMB 29
678,587 678,587 000000000000000000041e7dda5945141a07a1eeefaa608a956053f446507b6a 2,296 1.00/1.00 vMB 76
678,586 678,586 00000000000000000009d192991a0de43beb01506d3810502fc48b45d438b5c4 2,776 1.00/1.00 vMB 67
678,585 678,585 0000000000000000000866668fb8ef821932ec75bbba256be6b3ab92680e72ea 992 1.00/1.00 vMB 88
678,584 678,584 000000000000000000029195d641dd99aa427505b5a5ed77df3be82505e726a6 1,781 1.00/1.00 vMB 98
678,583 678,583 0000000000000000000acbf67cdfa1ebadc0781e10e7d5ed9d332a2f829ac8d8 2,425 1.00/1.00 vMB 101
678,582 678,582 00000000000000000006db3598dff72f251249fa6446c656ff7d50ea37022c52 2,481 1.00/1.00 vMB 60
678,581 678,581 0000000000000000000c17a5ae722fa4e5c0327fbe3acf1aae2455a4a956ca02 2,712 1.00/1.00 vMB 102
678,580 678,580 0000000000000000000b492d50e24bc3b0e99ac37c8b6ff37b3a0a612fb055ad 2,098 1.00/1.00 vMB 12
678,579 678,579 00000000000000000009eea79769ca8d7202bccdb2c3dada8d50a00cdc4ef62c 2,003 1.00/1.00 vMB 26
678,578 678,578 0000000000000000000998c94c3f8f6c610407e56cc39448d3e4ef78b2e3f125 2,219 1.00/1.00 vMB 20
678,577 678,577 0000000000000000000ae581ff3091c83cb319bff0808f7577b778c80835dc7c 2,314 1.00/1.00 vMB 32
678,576 678,576 00000000000000000003ad35d03e61e9b6ea8cec3111c2892bf0daaa27cc26bf 2,781 1.00/1.00 vMB 101
678,575 678,575 000000000000000000041ab5ae728aef3ce042b28a15f1a065e3383746d39193 2,058 1.00/1.00 vMB 53
678,574 678,574 0000000000000000000b384e3e50cdd23b47ab6ce7dbf450fc8444a88888f507 2,491 1.00/1.00 vMB 100
678,573 678,573 0000000000000000000940d0bb7ece503c43645b81bf4e1b1b979721eb597680 1,780 1.00/1.00 vMB 81
678,572 678,572 000000000000000000035fad2738bf65a8a4c788615e0f86272724b3c8df4752 2,023 1.00/1.00 vMB 94
678,571 678,571 000000000000000000021a3dfe7ee73172023698372561228fba9b090cc80d5d 970 1.00/1.00 vMB 96
678,570 678,570 00000000000000000004ef02da16e7603ef8300b81340aec8858cb8a28a402e6 859 1.00/1.00 vMB 91
678,569 678,569 0000000000000000000bfd3814ec7274163d518d74d79c9fb158c2a8a12df6bd 2,835 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 781.79 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: 633.65 GB
    • Received: 12.21 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.