Loading Tool

Explorer IconExplorer

Memory Pool

43,146 transactions
32.20 vMB
0.10591270 BTC
Random Selection Loading Transactions
Max Size: 161.13/200 MB

Candidate Block

Mining Attempt 803959a4a6cb099cdc16b7195b121e54e1f8ec673b24a0fe7e3d8dbaf9eaa69e
Version 20000000
Previous Block 000000000000000000010ac925ea2d566953707a27050fede0bf8ec21bb7f373
Merkle Root 13b3b078a99eb3f04f481674895ae6f94b4c6ed2af3ac704b6b702d86648c3f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.03689651 BTC
Feerates: 344.14 > 3.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,393 (797,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,598 116,598 000000000000dbb6114730306d74637984b3094e91c810a6cc167f92b5120862 30 0.01/1.00 vMB 752
116,597 116,597 000000000000ae5383cabe27faef894f610af724332b5b3171fe3107800a9721 25 0.01/1.00 vMB 2,444
116,596 116,596 0000000000004bf555a6e3fbaada1720bf7fa39a2f4edeb96140589100307b16 13 0.00/1.00 vMB 616
116,595 116,595 000000000000ed2c386e033fd5353a2932673ecc918caaa3d41026bc44b8e337 11 0.00/1.00 vMB 344
116,594 116,594 0000000000009dd383d147593eff962a4081caf233952a9ca686926f56239eed 9 0.00/1.00 vMB 0
116,593 116,593 000000000000a135098b17578c9ebd71b97c8b929c01399d31022a4fe9b00d10 15 0.00/1.00 vMB 1,771
116,592 116,592 000000000000ddeed72a6783bf20cc755f3c0526d0f8af57015ec1722ee95e6b 12 0.00/1.00 vMB 352
116,591 116,591 0000000000009d2d7da1c2b2b360673fed2ea42a32a5460c590cc13303e9f33d 5 0.00/1.00 vMB 1,043
116,590 116,590 000000000000d464beb9f3bf8802ec6ce58c4558b3f4f7ec563f0ab19922c561 24 0.00/1.00 vMB 0
116,589 116,589 000000000000d6e3fda8e2804517ae5f8ff9b0e82cf95ab61049bf6bce9b90b9 12 0.00/1.00 vMB 677
116,588 116,588 0000000000008b5f3ca727cc7f57c210472d22c6fb5474e4c7faa7f894b3cec0 12 0.00/1.00 vMB 0
116,587 116,587 0000000000008a102995ce99aacbd97fa7310578e17a39416018e3cd06027836 12 0.00/1.00 vMB 639
116,586 116,586 000000000000e887474177f83e044245e86b2d08661919b91d91a2a8fc66b104 12 0.00/1.00 vMB 1,394
116,585 116,585 000000000000b1b2b8de4d543a92906d0729802cb0705e656d5b871a38162414 8 0.00/1.00 vMB 622
116,584 116,584 000000000000330c59df9d736642f04c889ee496e3a35d8c6382b6cea12c6ce0 10 0.00/1.00 vMB 634
116,583 116,583 000000000000eaf2cb8143c77bc7bb5f843fc1b8284a82f0393fe5c4ac6d0c35 12 0.00/1.00 vMB 0
116,582 116,582 000000000000762a994856cd32ad8b20c897ad24a3fbcbdc6e9ab2731398f05c 14 0.00/1.00 vMB 1,165
116,581 116,581 000000000000a9b65fef306d9d8cf845e0b80de51dd5a2da61479ccfa7b4bb38 13 0.00/1.00 vMB 333
116,580 116,580 000000000000a2b615d59b2157ffb6c11819d5d869f58875273969feb7043fe7 15 0.00/1.00 vMB 613
116,579 116,579 00000000000069f9a928f1303cab156cf0719b7b6885096e4d932649a66008c8 12 0.00/1.00 vMB 678
116,578 116,578 0000000000005a1bb31845c7dd220c061bdb06a886b68ad82b600fa4d249ab61 16 0.00/1.00 vMB 1,907
Previous 10 blocks ↓
Total Size: 781.30 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: 598.53 GB
    • Received: 9.95 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.