Loading Tool

Explorer IconExplorer

Memory Pool

37,769 transactions
18.38 vMB
0.14427897 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.53/200 MB

Candidate Block

Mining Attempt 46d43de5a0587c1b6b806fe772f128f0ab5efb942cd60b4bb46105b330f63cb3
Version 20000000
Previous Block 00000000000000000001f086ac1d38071ef808576f4e78d46d6da47881545f66
Merkle Root ca8044518fa6d68169a41e1623edb2500bc15f442f58d9504417f4fe607e39f3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,300
Size: 1.00 vMB
Total Fees: 0.02551066 BTC
Median Feerate: 2.95 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,328 (654,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,667 258,667 000000000000000ebfe35b88440b2dbd1e732dbaa23ff6f957a95e41fb537f30 390 0.21 vMB 30
258,666 258,666 000000000000001b44e7edb06d9c3d7f847e505f600a622e1bdf87174464828a 741 0.30 vMB 802
258,665 258,665 000000000000002247ac469f7749783d7a0d179c40d97b7bc686f39cf8c5e254 34 0.05 vMB 22
258,664 258,664 00000000000000032b936382c6a73963d89786422e0688c451cc240f6cca753b 550 0.29 vMB 84
258,663 258,663 00000000000000139f3207bb501fa5d40dc50cf63b3dccc44463bfbfe18e1ac0 647 0.25 vMB 655
258,662 258,662 0000000000000024d20cc44591258da1ad383abb9d44b2ecf39d09aa020883ec 592 0.25 vMB 1,020
258,661 258,661 000000000000001e4fe0e27e466fe5d54764d6ab3adc8fdacba41b569133fd8e 211 0.09 vMB 80
258,660 258,660 000000000000001f7f1848c569023151cd4038d4608c17845e909e3cf89fc910 512 0.30 vMB 84
258,659 258,659 00000000000000125dfc7220746d6fb2bc25dacb6e6d21257513a786163b843f 256 0.08 vMB 1,426
258,658 258,658 00000000000000183f9c547658e406bfdfd2e348c68e2ee5f16af99fb4ad489d 678 0.25 vMB 196
258,657 258,657 000000000000000e12bc18318dea75b32e231c1a2309b9fd3ff3b73edaf0999a 22 0.01 vMB 58
258,656 258,656 000000000000000d15ed09594871a5ecea24c6312d6df037ae89a6b53a1cb734 974 0.36 vMB 270
258,655 258,655 00000000000000002997c8a234e7607c0e0c3156f43c5788d279ca726410982c 210 0.07 vMB 792
258,654 258,654 000000000000000355fc1e9a9cab0a6928327a382bf25323fb6f315e4636cef2 425 0.16 vMB 111
258,653 258,653 000000000000000eea49963530fc81c757a68024a05811f46714767936a27f1b 56 0.02 vMB 60
258,652 258,652 000000000000000f774a7002f039d2538662065fa484fbd18ed93f2a20601ce1 396 0.14 vMB 108
258,651 258,651 00000000000000240ea64a48ed2a499dbaf0993dab58d9520ef5db587d14c04b 395 0.18 vMB 336
258,650 258,650 0000000000000022638d1afa6efd8f35c7f1a21d080aaa45c640e4803a076a08 741 0.25 vMB 367
258,649 258,649 000000000000000c5e0d1e1eb85a2a33b16c54bf2a6cb5b9898e218efd274f17 281 0.12 vMB 908
258,648 258,648 000000000000000e6e00afd16a7b8c29cb098071cb5c82ff30eefcad49045669 334 0.17 vMB 81
258,647 258,647 00000000000000249ff2f2a299d748985085129ab38253739f106c150b8cee2a 655 0.25 vMB 205
Previous 10 blocks ↓
Total Size: 779.43 GB

Node Details:

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