Loading Tool

Explorer IconExplorer

Memory Pool

80,196 transactions
29.57 vMB
0.08953072 BTC
Random Selection Loading Transactions
Max Size: 179.25/200 MB

Candidate Block

Mining Attempt 631d094f69196d1a58092d7bb3d756eb44d595d252588a1110a1130acd1da15b
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 07091eeed2092d7b8da1201f2ba618ff8698ec23922fcc95b50cf10c18d9e218
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,326
Size: 1.00 vMB
Total Fees: 0.02698659 BTC
Feerates: 278.95 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (479,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,866 435,866 000000000000000000a1b758cae04ec4387ae02c03aa7ad2dd8415869a5a7da3 2,245 1.00/1.00 vMB 72
435,865 435,865 0000000000000000015ef11422109865f38ad1cb97920ac2388230c0bab2f18e 794 0.98/1.00 vMB 19
435,864 435,864 0000000000000000037bbd7523bbeb86813e58fd99c7e4d254e033051d1f33c4 1,284 0.63/1.00 vMB 44
435,863 435,863 0000000000000000021cc6ef5763e6206e62c2603ed94d071846ef74e88367f1 2,697 1.00/1.00 vMB 78
435,862 435,862 000000000000000000a70f9fa856accc934ecbc747dacc7b2fae8c86ef39bf3e 1,872 1.00/1.00 vMB 40
435,861 435,861 00000000000000000436fd0cf13b44dea05ab427ea9ccf7205fac47127e4561b 2,623 1.00/1.00 vMB 56
435,860 435,860 00000000000000000323ed674e2bc405b7798118d28fd0dae6dd8a366447cf4f 2,697 0.99/1.00 vMB 87
435,859 435,859 0000000000000000016f97b630553f82ee900485a27beafd83b6e63ecbd77033 2,855 1.00/1.00 vMB 80
435,858 435,858 0000000000000000008220e2e4d4dbfa58f185068db69cb5c3e5a728142c6a4c 1,922 0.77/1.00 vMB 69
435,857 435,857 0000000000000000031ea1ee71f0b0d4a06d55f56d0f51df86f20632d3d21db1 620 0.36/1.00 vMB 53
435,856 435,856 000000000000000002b28b01f2b2dae503e081bfe2b7ae0cc9dce450a7a14f92 1,763 1.00/1.00 vMB 35
435,855 435,855 000000000000000001914cbe68a3e6863b62ac2115973ffb47cd1e78a6521888 2,594 1.00/1.00 vMB 69
435,854 435,854 00000000000000000158c19fa481d06355708718e81218c8e340d16ade4632c5 2,818 1.00/1.00 vMB 80
435,853 435,853 000000000000000001442ae5acbfb5264a4f66e33c26ed7706cde874569a036c 711 0.41/1.00 vMB 55
435,852 435,852 0000000000000000015bd4945346ec0e34a6267c925e8fae1cf365dd58643c35 2,801 1.00/1.00 vMB 73
435,851 435,851 000000000000000003a5c8d1b6a468ed07a77bebcd9e456e51b718664f7e63b2 360 0.12/1.00 vMB 73
435,850 435,850 000000000000000003b0995fe02f3e7ec1ee60fbfd1a2973ebeef63eee19d5ed 1,387 0.99/1.00 vMB 41
435,849 435,849 000000000000000000add5f68640d07029ae4a25f922c1e21adb6bc85293e51a 1,985 0.90/1.00 vMB 68
435,848 435,848 0000000000000000022bb7d676143e988f951802dfbf1fa95e8b823a85fcceb0 356 0.15/1.00 vMB 64
435,847 435,847 000000000000000000d2e31894b4ddd89e2b1d8023005029ffd5ef9c568db655 1,507 0.75/1.00 vMB 58
435,846 435,846 000000000000000000ce83d13bd8774a9212b9db1a7020c280cb060fcaa006bb 1,767 0.85/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.