Loading Tool

Explorer IconExplorer

Memory Pool

20,395 transactions
16.69 vMB
0.04041850 BTC
Random Selection Loading Transactions
Max Size: 83.69/200 MB

Candidate Block

Mining Attempt 183e6c0543b4d2d668a477af7e029a1597a4af866acc258dad8f8ab199225abe
Version 20000000
Previous Block 00000000000000000001e012a03a86db87de0c816312467afbfd511e206a6de7
Merkle Root 45510246dc65c10187fcbe1e03aeadd8c577fa51750a3ad0acdf3ab09091ae54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,872
Size: 1.00 vMB
Total Fees: 0.01018791 BTC
Feerates: 77.35 > 1.02 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,137 (797,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,498 116,498 00000000000009f9fabded47f3036876c2d04930dc20ba2c66590c77959a690e 8 0.00/1.00 vMB 0
116,497 116,497 000000000000f212323323f44cccb13b5286a2bb67ca2e6bd4618c934783dcc0 9 0.00/1.00 vMB 0
116,496 116,496 000000000000924a337975d058af05507ec463b92258312cb313cf4474f5aa31 14 0.00/1.00 vMB 1,248
116,495 116,495 000000000000806d567bc1a65f244b9d8d7c981370c14f190fe42fda2e1f54c3 7 0.00/1.00 vMB 822
116,494 116,494 000000000000b8f7fe7fc865d5c28c87623b9c29bb56cd5f2419fdbc156474c0 1 0.00/1.00 vMB 0
116,493 116,493 000000000000604abfb8d56198befe41c2f24da7778de05cce549901ebfe9236 6 0.01/1.00 vMB 324
116,492 116,492 0000000000002c62ebc1ad65a0dd256eab9ac2bffebd21ddb528a83cf0cacf44 9 0.00/1.00 vMB 0
116,491 116,491 000000000000f1da255780e1ceafd5cf5fd1ac911fd33a90b0580ee2f7f416f5 2 0.00/1.00 vMB 0
116,490 116,490 000000000000326491ad623279466155847df6e2a2f8d60fdcd134ce3093ab8b 24 0.01/1.00 vMB 2,413
116,489 116,489 000000000000692e46fb5b7f4889ca8461d9cd95cc5842a2f072fb66a0efcf5b 1 0.00/1.00 vMB 0
116,488 116,488 000000000000bd91d71ce4452cff08715921a582dc8a151ab5f02d86788997bc 12 0.00/1.00 vMB 0
116,487 116,487 000000000000460c521b7d884b93b98c3d9167a3b3f7c57b1f43d277bb3de38a 1 0.00/1.00 vMB 0
116,486 116,486 000000000000e3e0a9e523c7f58792a1279c0ba823d97d451b3e8f613da225a6 5 0.00/1.00 vMB 900
116,485 116,485 00000000000034cbd76162cef3d85ab7b5207b0d0bd93f67d241a7f849a9b904 6 0.00/1.00 vMB 1,591
116,484 116,484 000000000000a8a24071166c2095a4e3477cafcf8c3eeaf2e2c929f62f743ed0 2 0.00/1.00 vMB 0
116,483 116,483 00000000000043cadaf0f9e98bd4cbdc5a5024e4061b0e2641f84b144175512d 1 0.00/1.00 vMB 0
116,482 116,482 0000000000008f72c9e6d9eb6e25e0364d045b5505ede88ba06e0287fbc67914 6 0.00/1.00 vMB 441
116,481 116,481 000000000000f0b36113c4c9aa1303f7abbe67617e0544fb743570052f622ab5 3 0.00/1.00 vMB 1,500
116,480 116,480 0000000000001b80e59702e829f99a1c14a5e6e3c8e42e4ec9b265f621e24410 10 0.00/1.00 vMB 353
116,479 116,479 0000000000002eac04890455d13a0dfd43f95c134417f11762aba9d7be225407 2 0.00/1.00 vMB 0
116,478 116,478 000000000000b5ff6e806b06fa66309264fbf30f2b9f32a8b48eb336b3c17f5f 15 0.00/1.00 vMB 512
Previous 10 blocks ↓
Total Size: 780.84 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: 562.45 GB
    • Received: 7.47 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.