Loading Tool

Explorer IconExplorer

Memory Pool

38,995 transactions
27.46 vMB
0.06987829 BTC
Random Selection Loading Transactions
Max Size: 139.71/200 MB

Candidate Block

Mining Attempt 1532af33d5e182350f3e01989a18705a6ffb6e9f70341ebcef96d7c9bf808d40
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root c918d55935246abfc9c34d3ad84baf4576462da33543f1b792fd72d4a8d851ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.01755568 BTC
Feerates: 179.53 > 1.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (116,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,409 798,409 00000000000000000002a1d3bd8434a0a6fb7454de9c1ec3e2cf79fa2345390d 3,539 1.00/1.00 vMB 20
798,408 798,408 00000000000000000004fa6a578d5c9069e8a90548acd53cb6043f23ba536eba 3,253 1.00/1.00 vMB 20
798,407 798,407 00000000000000000004cf4fb091ef41647bd2d2e7657e2bd82a9158b8e165b6 2,812 1.00/1.00 vMB 19
798,406 798,406 0000000000000000000479910489155945b04e6f1b3756003ecd3102aa571d68 1,969 1.00/1.00 vMB 14
798,405 798,405 000000000000000000000af5b74dffb2e0b4a61863202d5826ab5e7a30650d76 3,246 1.00/1.00 vMB 18
798,404 798,404 00000000000000000004229d3ac1a64601eb12a0d40c08fee159763e82dae8bd 2,735 1.00/1.00 vMB 25
798,403 798,403 000000000000000000039788ddc793e13dce2497d8fc2304db3de7e3fbe1118f 2,987 1.00/1.00 vMB 24
798,402 798,402 0000000000000000000357daa6d240b0eca7adad96a69612835217ea71e2a5ef 3,048 1.00/1.00 vMB 19
798,401 798,401 00000000000000000003eac15ec669058d950ef9a942f61c13babd9d738d81b4 2,587 1.00/1.00 vMB 28
798,400 798,400 00000000000000000002f4c42aafa8e490b7da07e50b6656930a095a5e1ed5d7 3,507 1.00/1.00 vMB 31
798,399 798,399 00000000000000000001d7dc00702fbc50b59e470832ac5a4e55a5163b2e1a5b 5,590 1.00/1.00 vMB 5
798,398 798,398 0000000000000000000094d5b1d09343b76a2d713850575b2c973fc5d51cc0de 4,778 1.00/1.00 vMB 8
798,397 798,397 00000000000000000001f86c8bd9ec231742a305eb743430543ddbfd8bc8b686 3,918 1.00/1.00 vMB 6
798,396 798,396 00000000000000000003aa7b75e36a2b8f640d09eeaa5c2456dbbdb6b36c24e2 3,068 1.00/1.00 vMB 15
798,395 798,395 000000000000000000002a6bd60bd7bcd3cdd7f1027908857b4acd3ae19df7bb 4,544 1.00/1.00 vMB 10
798,394 798,394 0000000000000000000310c5c61fba5c25b628b6c5e59fb46d4660ad93ae4aa8 2,144 1.00/1.00 vMB 6
798,393 798,393 00000000000000000002b6a1c0ea98be43fba02be8cdfe6ee6fdf23d5cd223a6 2,316 1.00/1.00 vMB 11
798,392 798,392 00000000000000000004665aa3e90046eef07ea9676bff93a2d56b86ed253ccd 2,798 1.00/1.00 vMB 16
798,391 798,391 000000000000000000022dfb239d9a717a9204d882e5243eeb4422eb35d0789d 1,259 1.00/1.00 vMB 14
798,390 798,390 00000000000000000002156c1e85d9b12172d31af2db26e1164c9029cff35c17 2,983 1.00/1.00 vMB 20
798,389 798,389 00000000000000000003bf2b8b82c4f3280551ddb714ec4b16962a0314bd5bb5 3,644 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.76 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: 632.17 GB
    • Received: 12.10 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.