Loading Tool

Explorer IconExplorer

Memory Pool

81,850 transactions
31.02 vMB
0.07513042 BTC
Random Selection Loading Transactions
Max Size: 188.84/200 MB

Candidate Block

Mining Attempt 34eda953b6aa47aaa7ee9a8afb0d4e07ac09d4972f335f7d4fc56a58c6bd2fef
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root c7136b51a2337a1e41a419bdcb047823187183d951c28b8458ff466d5436d647
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,078
Size: 1.00 vMB
Total Fees: 0.00829389 BTC
Feerates: 60.16 > 0.83 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (419,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,584 495,584 0000000000000000003ab7fdb8d0b8c653b7ae0e51cdeb7e6a3596edee24630b 2,412 1.00/1.00 vMB 187
495,583 495,583 0000000000000000006894f81d1bfe0faaba87ae2c33aba9f6d7748ef0120665 2,382 1.00/1.00 vMB 280
495,582 495,582 000000000000000000322ea79192e7c936e4a34551a02d05cfad908c9406fbd5 1,823 1.00/1.00 vMB 140
495,581 495,581 000000000000000000b7a80a9d810b75ef28207e6ff69a20ed4ee56faa52fcb4 1,660 1.00/1.00 vMB 48
495,580 495,580 0000000000000000001a64442c80205781b64392ece7c7bd42cf70dcf60e7748 1,768 1.00/1.00 vMB 107
495,579 495,579 0000000000000000002aafee30237d902e008732e2c0075dc68ccb79e0e90ba5 2,194 1.00/1.00 vMB 172
495,578 495,578 0000000000000000007db015eec5b450c88cd2948bccd89b3ed3006adb3d71ed 2,126 1.00/1.00 vMB 63
495,577 495,577 0000000000000000001920e58e4ab549673fbc2d1939114e1a78d3c1db7cf51e 2,658 1.00/1.00 vMB 152
495,576 495,576 0000000000000000006832ac69aa0eb190dc20a08b982310d236b02827d90dda 774 1.00/1.00 vMB 177
495,575 495,575 0000000000000000008b365a97e3f102c4b686702a27358c9b6211f83bf30859 2,184 1.00/1.00 vMB 218
495,574 495,574 000000000000000000ce0fd7a2a7f9f087e118a288cd05cdb3f08bc8b1ebf1af 2,460 1.00/1.00 vMB 130
495,573 495,573 0000000000000000003dfa2002f454076d2f15c0d26729da83bdd8865b50d77e 1,990 1.00/1.00 vMB 65
495,572 495,572 0000000000000000007b388234822f6367d8da07db0c30ba70a22b7145d214c5 1,816 1.00/1.00 vMB 140
495,571 495,571 000000000000000000b4e89483f80504d74b23fe8b01b94ee704bf02fa957799 2,148 1.00/1.00 vMB 61
495,570 495,570 000000000000000000b226f1bf467d07d58842ad2438fe847dcde64856584612 2,087 1.00/1.00 vMB 219
495,569 495,569 000000000000000000438856439f8c11fbbb4a3c37b1000a3a72afffdaf187db 2,383 1.00/1.00 vMB 117
495,568 495,568 0000000000000000004957480d10e7453acdbea02d5f28838a9ddf4736ff676f 2,487 1.00/1.00 vMB 91
495,567 495,567 00000000000000000065cad0012c8ee1f0b2c651a009904f4b59b22a996830a5 2,344 1.00/1.00 vMB 132
495,566 495,566 00000000000000000036661f61f9047fc17213e2a70b48c1fda749c9a352e569 2,419 1.00/1.00 vMB 222
495,565 495,565 0000000000000000008f46a15377ec7ea5fb716ef70361fc76eb9d110c06fd4f 2,640 1.00/1.00 vMB 231
495,564 495,564 00000000000000000077926710c6c224d359cc5729a97ebe63785aa87a01f929 2,190 1.00/1.00 vMB 220
Previous 10 blocks ↓
Total Size: 782.72 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: 705.18 GB
    • Received: 16.65 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.