Loading Tool

Explorer IconExplorer

Memory Pool

40,323 transactions
27.83 vMB
0.07238508 BTC
Random Selection Loading Transactions
Max Size: 142.51/200 MB

Candidate Block

Mining Attempt 80f40952c353c9f9df6cdaa9e9230ee7706c344d5b992456503f7e0c90ef1010
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 06c0e477a501a9400a664e81493c0d7fcd61faddda4e14e6ec3add1b8a950470
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,988
Size: 1.00 vMB
Total Fees: 0.01917904 BTC
Feerates: 100.95 > 1.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (422,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,033 492,033 0000000000000000005eb2dd62105b6d0f0bc9ebc47266b26180b226aa50b098 2,979 1.00/1.00 vMB 209
492,032 492,032 0000000000000000001de58874c76e640cf471a8adca850843c91794ea5a8673 2,364 1.00/1.00 vMB 162
492,031 492,031 0000000000000000007a392cc32061b2290c2ba90f437be3d93f8199d4cad5d1 1,967 1.00/1.00 vMB 137
492,030 492,030 0000000000000000004542aac7367188f9aeeab25d592142dbfbd4665b1a583d 1,873 1.00/1.00 vMB 176
492,029 492,029 00000000000000000017b1a2325fa9c3904a2838aca18c0886cfe224015296d8 2,519 1.00/1.00 vMB 152
492,028 492,028 0000000000000000000eec4bf7c524c9a597ad4cda8c7d3c7fbb678cbc88721d 2,672 1.00/1.00 vMB 170
492,027 492,027 00000000000000000003168628ffbd899dcd8998478f13de9df6950bb678493f 2,353 1.00/1.00 vMB 171
492,026 492,026 0000000000000000003ceb15dda2f07b5cd896803a91dc9304d5ca418d369631 3,327 1.00/1.00 vMB 224
492,025 492,025 0000000000000000000c947e79b86406aaad49a940fc0e9e411036e399e430fe 2,323 1.00/1.00 vMB 175
492,024 492,024 0000000000000000005f0e4b3b89885cad73c6e828e8c2c27a1ddc868244140d 3,386 1.00/1.00 vMB 205
492,023 492,023 0000000000000000006868967af6caa39b13d2364c12a2e4c83fe83d22615188 2,922 1.00/1.00 vMB 181
492,022 492,022 00000000000000000052d857b297cf80486e012eb09129b9dbfb26a95be92434 2,658 1.00/1.00 vMB 202
492,021 492,021 000000000000000000af9e84c580bd9454eba18d394ab2fc92e1e0061ad52653 2,806 1.00/1.00 vMB 195
492,020 492,020 000000000000000000316974ac4858c694cd9d3ba1e2cdbff755183809539021 3,017 1.00/1.00 vMB 261
492,019 492,019 000000000000000000600f97b9bbe3dfbf76967a5a49b0595ebb6b750e96df15 2,628 1.00/1.00 vMB 161
492,018 492,018 000000000000000000af2411e6c863181057859f6ae67933be7f6b8383641003 2,662 1.00/1.00 vMB 167
492,017 492,017 0000000000000000005b4312730ea4e758a559d98a6e7722c3c58a1dc1ce137f 2,856 1.00/1.00 vMB 166
492,016 492,016 00000000000000000027996380a22e5f2b41b7eddc69b16963ad7b12e5ca0909 2,815 0.93/1.00 vMB 207
492,015 492,015 0000000000000000001a9b5eef66efdc674b4681b0f2e8e88af0f8d11046d31a 2,779 1.00/1.00 vMB 205
492,014 492,014 0000000000000000004d62df5dc523a661f5b65899b51af9648919972e201c5c 2,737 1.00/1.00 vMB 202
492,013 492,013 0000000000000000003873b203beb89f9c95cf7eb0d5c2adc22c9ba6b66decdb 3,484 1.00/1.00 vMB 214
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.34 GB
    • Received: 12.11 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.