Loading Tool

Explorer IconExplorer

Memory Pool

72,170 transactions
27.74 vMB
0.06978682 BTC
Random Selection Loading Transactions
Max Size: 167.89/200 MB

Candidate Block

Mining Attempt 1360d4b552451384704fb8dad6c4b8dd5f0d5d7d7ce168d1ef3848d39f233a8c
Version 20000000
Previous Block 000000000000000000016dffe7445c108bac746ebb89454ac2dea8afaeeb91d1
Merkle Root 0cabcff26c0d530837be2107362879d9862a850a8c4c1694f1bd3c4c7bcc45e8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,666
Size: 1.00 vMB
Total Fees: 0.00959521 BTC
Feerates: 298.50 > 0.96 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,452 (25,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
889,894 889,894 0000000000000000000109a7846a44c4cad628d58e31fbfcf037cbf5b1b83881 1,418 1.00/1.00 vMB 2
889,893 889,893 00000000000000000001370963fd8e55c9121decf79b416464bd3dc826154264 3,090 1.00/1.00 vMB 6
889,892 889,892 000000000000000000005ea5226ea2f2e5ca412d09b28fee30d9bc8e6ab54b3c 4,186 1.00/1.00 vMB 4
889,891 889,891 000000000000000000000a58e4446db4d0fa36d0f1e52760e3e8cf96835c095c 1,793 1.00/1.00 vMB 2
889,890 889,890 000000000000000000020d2aeefe5a99168cdda43b3d27e7f460477c523e3a8e 3,631 1.00/1.00 vMB 4
889,889 889,889 00000000000000000002617050d609cf49ecee056b6fc5e179843a309c0025c3 4,193 1.00/1.00 vMB 4
889,888 889,888 00000000000000000000968871dec572edfa6c7c93b88382752d179e287a1421 3,612 1.00/1.00 vMB 8
889,887 889,887 000000000000000000022a88c82eef4cd2f8eb1089a57abdbef46914f408c61e 4,137 1.00/1.00 vMB 5
889,886 889,886 00000000000000000001b9542be1b06784f69860546925af28f711a5adfbaf44 3,221 1.00/1.00 vMB 3
889,885 889,885 000000000000000000012e2ff826a721b4702537754fd7f6d5f17a33122d2062 2,999 1.00/1.00 vMB 4
889,884 889,884 00000000000000000001f4565a5d00502271a72c0c7bec861c40b9c153e35c97 1,302 1.00/1.00 vMB 1
889,883 889,883 0000000000000000000240134969db00eab06b8fb88df073d8a3987f442d54b5 3,025 1.00/1.00 vMB 3
889,882 889,882 00000000000000000001b50b2d55fe0fa5a0a0abe80f3bcc34e2fe4e8afadc58 2,421 1.00/1.00 vMB 4
889,881 889,881 0000000000000000000237d555317d845f3691c946bf9a01ebddc513e81ac737 3,673 1.00/1.00 vMB 8
889,880 889,880 000000000000000000014d1383cb0d344f3a16fc7edbc05f5c2d67ec9fac089c 1,662 1.00/1.00 vMB 2
889,879 889,879 00000000000000000000c00cb98cbe82ed63fd93959d6d2296c9c897d9b1d2ca 514 1.00/1.00 vMB 1
889,878 889,878 0000000000000000000068f598b0061bb04b0846ec643bbe4bdb141e2b00c0f0 2,032 1.00/1.00 vMB 2
889,877 889,877 0000000000000000000036b63cf19a6f355c3ba7ff100bdc55f5f42b5ab374fe 4,499 1.00/1.00 vMB 1
889,876 889,876 00000000000000000000134018e94b4b394bc00fb34e249b33aa1f8f4983a419 302 1.00/1.00 vMB 1
889,875 889,875 000000000000000000002f8b420cd80f155c8ba9a0dc306668c6837e0556ecd0 1,469 1.00/1.00 vMB 1
889,874 889,874 00000000000000000000007f42bf02561bf1beb48c12e739898db91e9e69ab6f 2,679 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.18 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: 750.46 GB
    • Received: 18.85 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.