Loading Tool

Explorer IconExplorer

Memory Pool

83,340 transactions
31.42 vMB
0.14507840 BTC
Random Selection Loading Transactions
Max Size: 187.08/200 MB

Candidate Block

Mining Attempt 162e1121b28e8ca5c79ed9bc6fb653f40c91c6b49c455a31728d285f0337fc84
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 60e36f8360e77a075f2fb8fb0e4904f65695035ebccba2d9b95d02463d68c80c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,981
Size: 1.00 vMB
Total Fees: 0.04456886 BTC
Feerates: 402.75 > 4.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (491,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,676 423,676 000000000000000004ff5df13cf8d964457803fabe2f9e7890399d4f9b08cb0c 2,450 1.00/1.00 vMB 74
423,675 423,675 00000000000000000543a3640d92984447287348f4d9b3655dc58e3a267cce92 2,329 1.00/1.00 vMB 86
423,674 423,674 000000000000000000ae69469510f3cd9d12f5d245ea6b4bbe20ece346202abe 2,342 1.00/1.00 vMB 46
423,673 423,673 000000000000000003d61bb8d20a37ee4935714e8e30747aac791fe8daa1baaa 2,858 1.00/1.00 vMB 92
423,672 423,672 000000000000000000362d9c32df5b02979f6616bd1435dec03c0edc81b89544 2,393 1.00/1.00 vMB 84
423,671 423,671 000000000000000003e36669312012e327a1e2c86cc2969336e6430edbda0ec0 2,672 1.00/1.00 vMB 91
423,670 423,670 0000000000000000035cc406ab6d7a75fe957e3a450d83d699fed5abee024937 2,503 1.00/1.00 vMB 71
423,669 423,669 000000000000000004b48ce7c59aec5445a90467fb350888a2f0d90a0ccf8ac3 2,260 1.00/1.00 vMB 81
423,668 423,668 00000000000000000543b0bf8fd7b0c5960e307bf5d83860d5059cc417c39ea9 2,946 1.00/1.00 vMB 100
423,667 423,667 00000000000000000561e9b1db534e3658343cbe23dab5f8e68034a30fc0ef19 3,056 1.00/1.00 vMB 89
423,666 423,666 000000000000000005110fe54afa5e1b4306470c76921533742790e971f03e3f 2,942 1.00/1.00 vMB 91
423,665 423,665 0000000000000000019c9fed25fe9c3368fcdb69edb3ad4e5054a12cfa34e253 2,900 1.00/1.00 vMB 97
423,664 423,664 0000000000000000014cda54e2b5a6baefba979ba92821c6a6b3d86fcb7cb658 2,096 1.00/1.00 vMB 77
423,663 423,663 000000000000000002c63c2a7e03d782c616149f5bdbd74e883eff7d52f3d807 1,216 0.99/1.00 vMB 52
423,662 423,662 0000000000000000004483526e41099c59fa3e5eae2f05c620fe6e83359c2c51 770 0.96/1.00 vMB 31
423,661 423,661 000000000000000001672f2006ff7d86bdf991db1a900f2b5d33fa41efcd59d1 1,136 0.99/1.00 vMB 39
423,660 423,660 000000000000000003669851b8bcb90b09b547f46352a5d6fb9902dae3ca7ca7 1,723 0.98/1.00 vMB 57
423,659 423,659 0000000000000000044729468b45561404894a21d70ae646ab01dd4059006bd6 2,315 0.99/1.00 vMB 68
423,658 423,658 00000000000000000257c8b302243aafa37f5f105619eec7105954003aedde28 1,848 0.77/1.00 vMB 73
423,657 423,657 00000000000000000464b17b45302ffa8f6ac42db1f923a81f51ef87ba79aa5a 1,224 0.48/1.00 vMB 88
423,656 423,656 0000000000000000017df9ff67a5eb8540fce8783168eca1027ae53f8f3f316d 545 0.20/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.65 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: 672.65 GB
    • Received: 16.29 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.