Loading Tool

Explorer IconExplorer

Memory Pool

14,881 transactions
10.93 vMB
0.05105484 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.87/200 MB

Candidate Block

Mining Attempt ac89b22a66f9d9f7d1141daea4b036b2b4f0936a00b4a77430a2c1f2027b1482
Version 20000000
Previous Block 000000000000000000007fe516c23d208c0e936621568af08b537f0dfad8b31f
Merkle Root 0409bb16cd934c4cdab2376a087e39a4f80a8172ba8e99774b7822574912a6dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,553
Size: 0.99799225 1.00 vMB
Total Fees: 0.03033880 BTC
Feerates: 202.69 > 3.04 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,810 (658,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
254,865 254,865 00000000000000403f8ccd2e57e61ba6b85758cc7d001bcc66e92de755c7fb7e 23 0.01/1.00 vMB 18
254,864 254,864 0000000000000003000055b9701798f7357fbf1618a236ff6e9704e875866417 411 0.18/1.00 vMB 135
254,863 254,863 000000000000001958df3248ff58f2e37352a9b535b92dffadbee94751736d55 271 0.11/1.00 vMB 120
254,862 254,862 000000000000003e8c77e651e2ac1090b5c1a4ff0ad7219b8c88e996ae47569b 87 0.04/1.00 vMB 65
254,861 254,861 0000000000000014715f53bcd8afdfdb85f500875244c5790687506866911a19 18 0.00/1.00 vMB 127
254,860 254,860 0000000000000024b7b2c83fa287ff5e25be29ca89f4b476896fb5e4819896b8 279 0.17/1.00 vMB 68
254,859 254,859 0000000000000036824f42e658b2d2caa88c49cab356aa96de94d49bd6617c31 592 0.20/1.00 vMB 137
254,858 254,858 000000000000000f029e1773e8f4fb06c45c48deef1d7aebe09f2a8632330fca 241 0.08/1.00 vMB 32
254,857 254,857 000000000000000e894b2aa1c16e4d2ca390955af6f080e09b9ba1dd92c4f7ef 248 0.13/1.00 vMB 82
254,856 254,856 0000000000000039ac1ff842aeee6376daeb9832c8a8e8e7b8671319c68a49e2 155 0.06/1.00 vMB 150
254,855 254,855 000000000000000a0f3db37175cab7844559f520a60ac4e66750d11d8fe49524 542 0.25/1.00 vMB 122
254,854 254,854 000000000000002f76bb0759756dc90849ce59d87c9c73abb8d6efc6a286d141 440 0.21/1.00 vMB 47
254,853 254,853 000000000000001842d41c839feecb202474f50e7163c246c7b47042e07c586e 596 0.25/1.00 vMB 145
254,852 254,852 000000000000003d7cf560a24aaa5b6797abf90fc3810a62173e1416f8eb7cd7 501 0.20/1.00 vMB 85
254,851 254,851 000000000000000b68778ca04ce8479267de0aa6aa65eb075d354671dd39aca4 256 0.09/1.00 vMB 228
254,850 254,850 000000000000003ba3aec690f19cca3447e09fa9414a5f7db7c5bbc35e8bbda5 591 0.25/1.00 vMB 98
254,849 254,849 0000000000000005db5f5d4b0940724e91e0892c456da425c321921332609623 32 0.02/1.00 vMB 48
254,848 254,848 00000000000000336311b536187c29ee372b1ae1d3cf277c59a2b7d9892eb595 187 0.07/1.00 vMB 117
254,847 254,847 000000000000002b04c8bc8d599f381373b86b65f3b03084e55dc9818f3f0db3 125 0.04/1.00 vMB 125
254,846 254,846 0000000000000001676468853d2ae475151d4e77ae84bd0e79bdb49b877b6835 154 0.06/1.00 vMB 106
254,845 254,845 000000000000001ef909387f2af8f394ccab15c3d0aa2aaa115d8c23fd4b6673 419 0.17/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 780.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 516.61 GB
    • Received: 4.46 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.