Loading Tool

Explorer IconExplorer

Memory Pool

73,106 transactions
27.05 vMB
0.06072279 BTC
Random Selection Loading Transactions
Max Size: 165.17/200 MB

Candidate Block

Mining Attempt 4f1e2d63daa20494c21a1fc641ef0b2ab92a348d3a4fe33f2bccf4a9d967d330
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 08579f8a829673753b73b69b057430f7c73e5a7a1e08d86c8e3fb38df88295c7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,741
Size: 1.00 vMB
Total Fees: 0.00346511 BTC
Feerates: 26.12 > 0.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (101,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
813,606 813,606 00000000000000000000cdcde698c426a6b7f6004f7ada04d4e09c99732efded 3,158 1.00/1.00 vMB 15
813,605 813,605 00000000000000000002f1854957e495d692eb7e4549c5b8f9b9d88a8f2b16bc 3,003 1.00/1.00 vMB 9
813,604 813,604 00000000000000000004061eb50f14f271190860a71f6b2ab2422d1daab7e60e 2,235 1.00/1.00 vMB 16
813,603 813,603 000000000000000000015d8b5582854a2a465bb43cbb5364972de7859ba7db2e 3,720 1.00/1.00 vMB 18
813,602 813,602 0000000000000000000125f62e1d5b6e7d1c128a579883cb7fcf1b1b813528bb 3,251 1.00/1.00 vMB 10
813,601 813,601 00000000000000000000386f38bc251e74a0caf644ab29b17a8f1e52cec10e21 2,929 1.00/1.00 vMB 21
813,600 813,600 00000000000000000004382f26e05a6602ee215ea99457e7c80cc43b2d2bc007 3,326 1.00/1.00 vMB 28
813,599 813,599 000000000000000000003ae6abcefebe919b1783df0c4d3a292a2bb9648d7d26 2,265 1.00/1.00 vMB 5
813,598 813,598 0000000000000000000417a4137424002a47315b57c5dbb66304418d96b9b0c9 1,340 1.00/1.00 vMB 12
813,597 813,597 0000000000000000000022c94c7b47b6d6d50ba76e9b03e87b1abca66d467f9b 700 1.00/1.00 vMB 2
813,596 813,596 00000000000000000002df95aa04f6384bca4840582369e9c12922eac636738b 2,373 1.00/1.00 vMB 5
813,595 813,595 00000000000000000000ff4b651dce4e2caa96e29170e98cc19ba605261c001f 1,126 1.00/1.00 vMB 3
813,594 813,594 000000000000000000024e188082cbcfb1a2b9ff96ed128c2f737b6a5544afdb 2,405 1.00/1.00 vMB 12
813,593 813,593 000000000000000000013f551194466f56b753fed477d4c063caa6213084b041 3,055 1.00/1.00 vMB 18
813,592 813,592 000000000000000000025ee6820634b3c6dc83b61cde2ee2557078ef30611c1e 2,764 1.00/1.00 vMB 10
813,591 813,591 00000000000000000000c35a66fc37590a74f7ffbd76803e25b536fad301e78a 2,140 1.00/1.00 vMB 11
813,590 813,590 0000000000000000000177e1001704ce2c6522a29f0da387ce5d516b9749998c 2,199 1.00/1.00 vMB 15
813,589 813,589 00000000000000000002d0522d8d226bff50786754c7609b45018264d5810b70 355 0.99/1.00 vMB 10
813,588 813,588 000000000000000000033b6df7007468602b13bdbce2c2635949282368d2a23d 2,463 1.00/1.00 vMB 17
813,587 813,587 000000000000000000035389ae3028a05c4dc9ee691b11b46a53e08b608e26b7 1,239 1.00/1.00 vMB 8
813,586 813,586 0000000000000000000391bc4b2d8c95baaa737db2ef89de5714e90380d23814 2,865 0.99/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.94 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: 714.91 GB
    • Received: 17.62 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.