Loading Tool

Explorer IconExplorer

Memory Pool

47,313 transactions
28.43 vMB
0.11278176 BTC
Random Selection Loading Transactions
Max Size: 148.81/200 MB

Candidate Block

Mining Attempt 6d1843297c1c4e6bb5f208ab8c28411d35e38984c6e880dacb7f5db159bf6d7b
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root f6ceb7f88b68ae865f4eb1074240872b9041afa4b780530c59d7526557ab92c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,953
Size: 1.00 vMB
Total Fees: 0.04568095 BTC
Feerates: 150.77 > 4.58 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (800,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,063 114,063 0000000000002d347da79e224f9bb5552be78ccd71917cee05989eef82fadbb7 35 0.01/1.00 vMB 300
114,062 114,062 000000000000a06d1282198bcc98f5f8019663ad82983a22130f2bd610f105d5 18 0.01/1.00 vMB 390
114,061 114,061 000000000000bfc58dd2b28d37a1d20ba867c61ba6e7927c835329dfe1c4ba9a 10 0.00/1.00 vMB 287
114,060 114,060 0000000000008b230cdc9099217942982d99b8027f5eebe98423565bf3d1867b 12 0.01/1.00 vMB 223
114,059 114,059 0000000000004142f9f018d63dad0c0db85b6699c768e7aa08c2853eafeed048 33 0.02/1.00 vMB 105
114,058 114,058 000000000000158a8e2a5864c4efc8c17d161916fd8f4ae3b34a3fb2129f2f42 16 0.03/1.00 vMB 1,028
114,057 114,057 000000000000805f7a2c164d9246711a6bbb5e1ead830cff5de18afbdccf9e6c 38 0.01/1.00 vMB 513
114,056 114,056 000000000000bb4696e7973dbcd906a8ef1f951837547a87032f9810d13df326 71 0.02/1.00 vMB 0
114,055 114,055 0000000000009c0510fe0a0d66c164aea953ec10732848f5abef6044a7b63bf5 44 0.01/1.00 vMB 98
114,054 114,054 000000000000b633be0a96e0639f4d00691a1b8fdef92467267a92d722146d57 154 0.04/1.00 vMB 0
114,053 114,053 0000000000002724b8eb6c376325455fff6daef495225e91cd42e06044f777fa 11 0.00/1.00 vMB 318
114,052 114,052 000000000000cb1bb46b9b085b3dcbb6a3edd236b60c2553ca4cb534990b7cdc 6 0.00/1.00 vMB 0
114,051 114,051 0000000000004b845900c073807baaf14514feb818939a59f501d0bc28b4d438 11 0.00/1.00 vMB 480
114,050 114,050 0000000000008a8ada7636b4a49377d028bb8fe9a3519120a047d4f2d8d994cd 10 0.00/1.00 vMB 0
114,049 114,049 000000000000499b05f7401fb25046bfef25491cb37f6a39e1d0dd6255e95e4c 9 0.00/1.00 vMB 321
114,048 114,048 00000000000076c7c5382f8c67d20fd4295e8b33d7580c440f0ad4422240ed6d 26 0.01/1.00 vMB 151
114,047 114,047 000000000000c633a483287c815df80fcea541404953a4e9ae6a57bd4dca6bfc 109 0.03/1.00 vMB 0
114,046 114,046 0000000000000826c90b9f82c3feb3da5ea49b4e9f6fb10c89f0b61717e5a330 38 0.01/1.00 vMB 0
114,045 114,045 00000000000053734c6138744266d690d56e40e2d74a7258b61b75aa0e1ea207 5 0.00/1.00 vMB 0
114,044 114,044 00000000000039a3054b8f87c182a0befdd8894cd370860277d3b1b1f0507915 1 0.00/1.00 vMB 0
114,043 114,043 0000000000004948426c1495754bc0e8d196137478dc4c348106576836917ba5 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.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: 653.68 GB
    • Received: 14.01 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.