Loading Tool

Explorer IconExplorer

Memory Pool

76,513 transactions
28.61 vMB
0.11137511 BTC
Random Selection Loading Transactions
Max Size: 173.13/200 MB

Candidate Block

Mining Attempt 2c04a921f4859e620d2535a704faf6134c27841748dbbc056331e585131f719a
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 52469fc736f668d88133fdf90aec805c04624596d66a872aa7fbc76eefbc6e0d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,189
Size: 1.00 vMB
Total Fees: 0.05208189 BTC
Feerates: 101.65 > 5.22 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (653,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
262,098 262,098 00000000000000108c6c5a41d0305fea2ef1510ea0d9e6050160ae6ea7f59cab 572 0.24/1.00 vMB 143
262,097 262,097 000000000000000b6deaa76e13770bd08fd669ffebdd884b0b2d5bcb5873a06d 216 0.08/1.00 vMB 106
262,096 262,096 0000000000000000fc060498f219b01efccebc67bc29e07e3d1ddb58f32f742d 457 0.18/1.00 vMB 141
262,095 262,095 000000000000000e311d1e3ef375e3ffc5a10dcea3bb9ec1739414c586255c08 71 0.14/1.00 vMB 18
262,094 262,094 00000000000000119153a4c56d03e9d17076b2f4f93752603684d7487f50e499 90 0.04/1.00 vMB 112
262,093 262,093 0000000000000003a3bf4a4c8c626bb2652b611fd15e742146e7d6edf291315e 131 0.05/1.00 vMB 81
262,092 262,092 000000000000000cc7b92498cb6abbfa35cbf7aadd4ab9bd12c2858b945bb577 32 0.01/1.00 vMB 74
262,091 262,091 00000000000000017ac5beaa699c37a1ab8bc3301978dc9a91e889cef0e67c46 20 0.01/1.00 vMB 109
262,090 262,090 000000000000000c50ad9f8e5b873736d77bb20f62f4c4323ab41cce56d8f1f0 275 0.15/1.00 vMB 106
262,089 262,089 00000000000000056fc37a84b312551de325d6c31b0e4946e50d0b54ca597d1b 209 0.10/1.00 vMB 103
262,088 262,088 000000000000001310b9e5d683f2d74a00571a04aa678cd3485c9a29e7a46b05 397 0.16/1.00 vMB 158
262,087 262,087 0000000000000007a3c1f2115d78803d172cab03a1869f45f6efbc60e2128469 27 0.01/1.00 vMB 102
262,086 262,086 0000000000000007f0b5578555d27d39ddf5e0947220c8fb5a7c359cade51acf 156 0.06/1.00 vMB 78
262,085 262,085 0000000000000000ce75324084f3c52fd1d5f4ce7735df7517eb631ad58a11ac 377 0.23/1.00 vMB 98
262,084 262,084 00000000000000064046dfda23647ac56f3e6db8c0f08989ea84cf42c8fee478 614 0.25/1.00 vMB 147
262,083 262,083 000000000000000cd9818acc368aeef2eedf025b4a78ab75b5dff9af9f96edc5 249 0.10/1.00 vMB 82
262,082 262,082 0000000000000009ad43d0afa0ed0a0c0429b3838b5d78722f82aee6dafab139 263 0.13/1.00 vMB 91
262,081 262,081 000000000000000bef017e33cf0939f3fda47491b5581a2b42ae2425684c67a1 511 0.24/1.00 vMB 94
262,080 262,080 000000000000000aa77be1c33deac6b8d3b7b0757d02ce72fffddc768235d0e2 637 0.25/1.00 vMB 157
262,079 262,079 0000000000000010c13ce182a3d8fc6748b75640447eb360d7739a5fe984ffc1 102 0.05/1.00 vMB 71
262,078 262,078 0000000000000019e0f8d9cd6444e0295894c5d5cc0f0e1b035c92a40c37aca2 248 0.15/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.59 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: 671.52 GB
    • Received: 15.94 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.