Loading Tool

Explorer IconExplorer

Memory Pool

36,724 transactions
29.12 vMB
0.10554831 BTC
Random Selection Loading Transactions
Max Size: 144.49/200 MB

Candidate Block

Mining Attempt 5fbfa0e6f20bf50f710d3a191255e4ea6fba84a23ffbecea529e9c121f4ecd2e
Version 20000000
Previous Block 0000000000000000000060e6b42c519f1600280c1d56df8b872ca0d7bb109b20
Merkle Root d9738f1f50036828694fdfd7293581b0c88d674fc6279c058200eef6505fb1e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,852
Size: 1.00 vMB
Total Fees: 0.04185324 BTC
Feerates: 194.93 > 4.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,506 (798,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,088 116,088 00000000000003746efbd7a8f0476c2c8f62a7cf062270f5e2c48af58a7fead5 11 0.00/1.00 vMB 0
116,087 116,087 0000000000009bb8c854e39b3f5c4b051d5219cc1ceaf13c0933433a05ca2a9d 6 0.00/1.00 vMB 672
116,086 116,086 000000000000bd749b96d83799884d912815ea17133622d86f4fd87b151d9367 10 0.00/1.00 vMB 0
116,085 116,085 00000000000092a0fefaa84d9b2d44cdb019b3a8427f69f73d1a99ecaf7ec443 12 0.00/1.00 vMB 624
116,084 116,084 0000000000001082bc662f892e1592d49f7b842184a9d663afbe5ccce2ff74ff 10 0.00/1.00 vMB 335
116,083 116,083 0000000000008b3c0bb2876b5db510b22758bf5a1c80a5d2f02cc16a233ef65f 11 0.00/1.00 vMB 612
116,082 116,082 000000000000cbab5f4a0ac3b173c6b1d4382f043f534e8a19a3020f22def82f 4 0.00/1.00 vMB 2,340
116,081 116,081 000000000000d850f7b3de4c7bd7cf0b1d914771188f280e539bf311f72772c2 10 0.00/1.00 vMB 335
116,080 116,080 000000000000708985b8df1922835adea7aeaf2fad7fd09288a8da457f47ba2a 13 0.00/1.00 vMB 528
116,079 116,079 000000000000b275d69cf554e54f16b92e9e3d5f8e955678e74e99fbc8411cd1 11 0.00/1.00 vMB 289
116,078 116,078 00000000000030dd4c17fd69fc0320c41d0f0f20b8ead2a4626c737fd7924d06 26 0.01/1.00 vMB 434
116,077 116,077 000000000000c605f3d23d8787b276f2a7fdee73f907f2a4374103233b5f7899 1 0.00/1.00 vMB 0
116,076 116,076 00000000000080e47d4209f80c65fcfcec306c76d9dc6c932fbee88f89cff97d 12 0.00/1.00 vMB 1,078
116,075 116,075 000000000000d8f4b1a7c8fd4ac8c40021b45818a2da41d3f7d737e5b097ba5e 1 0.00/1.00 vMB 0
116,074 116,074 0000000000001c6c339407b42445e8d0a4971071b7d4df9a9fde727579efe8f5 9 0.00/1.00 vMB 317
116,073 116,073 000000000000691c998bb350e57d4dfff992ca0a32d7cc9dc067cea2bd609057 1 0.00/1.00 vMB 0
116,072 116,072 00000000000061215ce95d60e3f57cdd27cb743a4dbf9546ad646dd253b55154 1 0.00/1.00 vMB 0
116,071 116,071 000000000000591b7b53815787e25d10b8aa547314afe745ae3f6a274e88f47f 5 0.00/1.00 vMB 0
116,070 116,070 0000000000005766d31de220253a4e202071504fdfe213180777ba1623e1bd4c 7 0.00/1.00 vMB 0
116,069 116,069 00000000000014bc6f49930cde48f1bc8cebf6b0e560ecfc7676166113625bf8 9 0.00/1.00 vMB 306
116,068 116,068 000000000000a6057f9bebff120f2ec31625adb0969492fb8dcd765c09ba35eb 11 0.01/1.00 vMB 677
Previous 10 blocks ↓
Total Size: 781.51 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: 612.64 GB
    • Received: 11.03 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.