Loading Tool

Explorer IconExplorer

Memory Pool

50,631 transactions
30.30 vMB
0.09132889 BTC
Random Selection Loading Transactions
Max Size: 162.46/200 MB

Candidate Block

Mining Attempt 83717f5ecc06813a3027261ced7396949f594d4347a032d7ea098b06914ad860
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 625c5fb8ef602966a29ce7f6d51493285397debf0d9ca1f3758cab588a7a44d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,725
Size: 1.00 vMB
Total Fees: 0.02092862 BTC
Feerates: 100.34 > 2.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (330,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,741 584,741 0000000000000000001a6d3c8adb30228d50b7d9752ed2930cec09a126fd98d6 1,950 1.00/1.00 vMB 68
584,740 584,740 00000000000000000000e25302676ebc01f8bd2f798df4ac4e340eb1403c9690 2,717 1.00/1.00 vMB 101
584,739 584,739 0000000000000000000e6fccf79916a408ff448aed0b75d02db205e4ce63cb43 2,783 1.00/1.00 vMB 61
584,738 584,738 00000000000000000004c4675fbf965bf1122396a9fdfbdab78561b0b56276fe 2,562 1.00/1.00 vMB 62
584,737 584,737 0000000000000000000be6a1e7d03a692492d5faefaafa12dca87492bed2b53f 1,764 1.00/1.00 vMB 85
584,736 584,736 0000000000000000000b50a7607b61b968bc2703e6357143900083a62c206f9c 3,598 1.00/1.00 vMB 70
584,735 584,735 00000000000000000019270bb68a997bdb80f51d8c39ff846191c2c1aba670c2 2,491 1.00/1.00 vMB 73
584,734 584,734 0000000000000000000657d7cc0ab991a2d7f5248aa339529a14e50db9056865 3,036 1.00/1.00 vMB 80
584,733 584,733 00000000000000000010855d4cf5dbe2a1bc69cae3d6c7ea6485d33cf8a6f47c 2,154 1.00/1.00 vMB 20
584,732 584,732 00000000000000000015d426d1c491c4b611eb9c7661700d16d762f275b7719d 1,852 1.00/1.00 vMB 12
584,731 584,731 0000000000000000001d9b644c5c7c25d7bd5e09cd8f77da9d6cdba1e4f19256 1,982 1.00/1.00 vMB 9
584,730 584,730 00000000000000000014d21269e21eb4f979d75d023225925a3ec5e14fb480fc 2,240 1.00/1.00 vMB 35
584,729 584,729 000000000000000000097d1898b19a83a75ce7e04eb02904feb0cf8fb5372126 2,072 1.00/1.00 vMB 23
584,728 584,728 00000000000000000014aa834b7d887baddb77246b9b2e094b27eab2e49c0d02 3,040 1.00/1.00 vMB 31
584,727 584,727 00000000000000000016ed4b54ef35a53a5b234858c27468c1e8b8446c438f09 2,785 1.00/1.00 vMB 72
584,726 584,726 00000000000000000007690ab5253f016910817d14bbdb549db3f568f7898c9d 3,014 1.00/1.00 vMB 23
584,725 584,725 0000000000000000001519b6961724961397d56ace8b287f2b8c1bf14f426a54 2,425 1.00/1.00 vMB 9
584,724 584,724 000000000000000000174d5357ffc7a8450679821eb38bc2309e322107c2c7cc 2,572 1.00/1.00 vMB 50
584,723 584,723 00000000000000000014c8a265af227c8450da2c1d52b8240b5e70249095072b 1,891 1.00/1.00 vMB 50
584,722 584,722 0000000000000000001991c51c7bef1e7a5819c5699d19c2878df0bd14224042 2,733 1.00/1.00 vMB 58
584,721 584,721 000000000000000000110c4c536127d96e0291e3b12f61235faed84c4195bdce 2,523 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.44 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.