Loading Tool

Explorer IconExplorer

Memory Pool

55,862 transactions
31.96 vMB
0.17398602 BTC
Random Selection Loading Transactions
Max Size: 171.99/200 MB

Candidate Block

Mining Attempt 5d84b9a41faf283cd25ada06bf36b7a72ee8fbf285bd7fbc82b400a48cdbcf33
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root db182f605351c31312c7b5eee57f49f5c24d8591abf7b9616f2b1a794cb3f256
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,747
Size: 1.00 vMB
Total Fees: 0.06891989 BTC
Feerates: 465.21 > 6.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (345,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,774 569,774 000000000000000000256875e78fd948add46b88728943832df346f610289ebf 2,187 1.00/1.00 vMB 49
569,773 569,773 000000000000000000290b89f722a5377fab79c08012794c0644769546653a41 2,550 1.00/1.00 vMB 52
569,772 569,772 000000000000000000027718fd4c39e9bfdf688c8226b4f85fdf0b3bcfad3df5 3,188 1.00/1.00 vMB 54
569,771 569,771 00000000000000000007ab4c07386001a4d99fe53a12fd81693b3ee0019a4f7b 3,004 1.00/1.00 vMB 60
569,770 569,770 00000000000000000018145967e4e8c55553cf2a90ff1e67de0b16f4979fb4c5 3,222 1.00/1.00 vMB 75
569,769 569,769 00000000000000000014715327ddf658fd22cbdd96c93650d51a16bc7fc55b94 2,999 1.00/1.00 vMB 79
569,768 569,768 00000000000000000007cdb447d3be34ffbdedcf3fff89c04e0ab9bcde09de3d 2,662 1.00/1.00 vMB 57
569,767 569,767 0000000000000000000d8a6b25ebbdf9a3c4beead8ec2bbd8f62dba8b8bbb166 2,551 1.00/1.00 vMB 57
569,766 569,766 00000000000000000029c64b2790f165340f873dae1d4ac9ec84d1b23666f1db 1,294 1.00/1.00 vMB 53
569,765 569,765 00000000000000000002fd3b05c261f1b845fca15d4383623c92a11f15f87908 2,863 1.00/1.00 vMB 67
569,764 569,764 0000000000000000000c8e5fe9c87f01344671f5c85c3f91658d370f6581ffe2 1,583 1.00/1.00 vMB 47
569,763 569,763 00000000000000000005a3e78c165efad54780e3b5f75a8d877673fcfa076d58 2,551 1.00/1.00 vMB 52
569,762 569,762 0000000000000000001e29c63290e1d4cbdaea00f961390ca705e2944a1e66b4 3,041 1.00/1.00 vMB 68
569,761 569,761 00000000000000000010e3f665290275642123965baa8df46ee4a019ca2a871a 1,914 1.00/1.00 vMB 54
569,760 569,760 00000000000000000029cdb22545f8d57f27f9c02bfe6ffb6e49038c7e14a334 3,198 1.00/1.00 vMB 60
569,759 569,759 00000000000000000026d15f4facd28cee31b703f8db19a4d1a412017a2d27cf 2,817 1.00/1.00 vMB 62
569,758 569,758 00000000000000000015be73cb13df4405ca4db93db63d28d667bdbb7c6b238b 2,950 1.00/1.00 vMB 56
569,757 569,757 0000000000000000001d9d7bc0aef091ec10eed9a9fa8e89304c873ac2579fb9 3,046 1.00/1.00 vMB 53
569,756 569,756 0000000000000000001182636fbbdb15139ddddac63753673a1577e4d4955d6a 2,769 1.00/1.00 vMB 63
569,755 569,755 00000000000000000011078852277160244776478391332bec18d043fe6bd904 2,915 1.00/1.00 vMB 83
569,754 569,754 000000000000000000002f7cda009c9761fc8ec2c47744dea73d25ed65279ef5 3,510 1.00/1.00 vMB 55
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.18 GB
    • Received: 13.46 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.