Loading Tool

Explorer IconExplorer

Memory Pool

85,205 transactions
32.98 vMB
0.15734414 BTC
Random Selection Loading Transactions
Max Size: 196.38/200 MB

Candidate Block

Mining Attempt 35be393e237dabc1aa2ccd344ec0c554d2a112be693dc513e5f7ac530ae58c48
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root a039a15edb3aba2d7652b95ce7f88501c6e4d71d798c49d07ac82a5e22e24343
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,599
Size: 1.00 vMB
Total Fees: 0.04872576 BTC
Feerates: 318.30 > 4.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (483,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,004 432,004 0000000000000000004d30bab8988bd1b117504e5b874abeb6460fc42ab84d8e 2,490 1.00/1.00 vMB 58
432,003 432,003 000000000000000000f7d3c66628a040844ad749d592104e9d8fcf1aff1a3c9e 2,190 1.00/1.00 vMB 90
432,002 432,002 000000000000000001cdd51861aebc30199e5deb20e1f4a4cff2b83ddf10e68e 2,803 1.00/1.00 vMB 70
432,001 432,001 0000000000000000038e07156e766d6c92b7b3b54c0fce9e0e9fb036753eadcf 819 0.78/1.00 vMB 41
432,000 432,000 00000000000000000206870f30cc306cbf9c80cb05c7fbfc07ad8d7b317c7af6 1,661 1.00/1.00 vMB 38
431,999 431,999 000000000000000001a726f89b342b8ee394b798148c24440ce6ba0546c1ea28 2,727 1.00/1.00 vMB 77
431,998 431,998 0000000000000000023e287c0eecb14ff3808a4119c84f8fe7372be3aa9fc3fc 1,913 0.86/1.00 vMB 57
431,997 431,997 000000000000000001951b73dd74aff76cb71d05b6dcca4d1e9191735a6860a0 1,591 1.00/1.00 vMB 38
431,996 431,996 0000000000000000028546777a93372237c9915fd569578e7f93aaf56cf52a82 166 0.07/1.00 vMB 74
431,995 431,995 0000000000000000047780399fdc012b3f361b9bdd35584722853a0a6f184b0a 719 0.99/1.00 vMB 19
431,994 431,994 0000000000000000032f151444aa19f5ec9b13a91c0fbd6478dd054738339dac 609 0.39/1.00 vMB 56
431,993 431,993 000000000000000000d6bb10e872f1c3194f3681e390f123df875b84b44bde1e 1,129 0.90/1.00 vMB 32
431,992 431,992 0000000000000000024d88987b48207cc24702711618df1ec042afff9e13bf0e 2,829 1.00/1.00 vMB 71
431,991 431,991 00000000000000000275e4e3a26997412fb94a10b062cb5e4d6a5159acd617ce 739 0.49/1.00 vMB 43
431,990 431,990 00000000000000000391c64c31dcdd4241556d14d4b46c5a9285f3452b10462e 511 0.50/1.00 vMB 34
431,989 431,989 0000000000000000006c4b7acbb8c36ca8121822bd82aba929c462fa26fb5b43 668 0.53/1.00 vMB 57
431,988 431,988 0000000000000000002a430d8e68464c1dfe67faa85ba2bfbb0b1ec51e911d37 1,130 1.00/1.00 vMB 22
431,987 431,987 0000000000000000010a59696c38e307d4129c098b609f20165054022a18a26b 2,117 1.00/1.00 vMB 52
431,986 431,986 0000000000000000025f0d051291aad7b5aff83fdfef3d18adbbb1c65eda87de 1,792 1.00/1.00 vMB 61
431,985 431,985 0000000000000000030166f5cadfc133e2e7474d880f9050f6503ac5c19edf45 2,234 1.00/1.00 vMB 40
431,984 431,984 000000000000000004247a0e018c3810c660fded6d35591b8a41fe0507ef012b 1,802 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 718.86 GB
    • Received: 17.97 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.