Loading Tool

Explorer IconExplorer

Memory Pool

78,651 transactions
29.38 vMB
0.06380835 BTC
Random Selection Loading Transactions
Max Size: 176.83/200 MB

Candidate Block

Mining Attempt b178bb04969256cd4a84901b52a56afd2e4c0d0ec10260d4e307f4c16df3379a
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 470cc805d690367dde7cfefbf80b7c0ce9a0bb025aa239ced8bdcb39b4676047
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,529
Size: 1.00 vMB
Total Fees: 0.00422187 BTC
Feerates: 30.48 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (481,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,749 433,749 000000000000000003998db859d5ba6e94cb0a82baf436289a913487ee554630 2,292 1.00/1.00 vMB 76
433,748 433,748 0000000000000000000bd00755e69534dae3f8b3df3f23787d580fbf2e65dc4a 2,151 0.93/1.00 vMB 74
433,747 433,747 000000000000000001249ad8a9c7f4af2916c55f7717af1dcd3a3916f33901ac 814 0.78/1.00 vMB 32
433,746 433,746 000000000000000002c9215587bdb634b133ba16b0d3235a33d6956b60580cdf 2,677 1.00/1.00 vMB 68
433,745 433,745 000000000000000003330c15ffbec10f5b5a72798bbbbc87dd9b14c877a9ae14 2,432 1.00/1.00 vMB 47
433,744 433,744 0000000000000000040e485e242814019d2ace3d70966fa0fb442573d22a537f 2,462 1.00/1.00 vMB 71
433,743 433,743 000000000000000000327ade3e747a300fa26247d5879b00223759633f5474ca 2,084 1.00/1.00 vMB 54
433,742 433,742 000000000000000002987d919493ad4eebbf97ab1ee5c7061be32e8153aaeaff 2,764 1.00/1.00 vMB 77
433,741 433,741 000000000000000000c33f3de1332944afe164f21e29bf3fc5f21db1ca586094 1,043 0.49/1.00 vMB 63
433,740 433,740 000000000000000000cf9288780679bf4ac9ad1c8129e3b4ddbe8a393e3648af 1,288 0.98/1.00 vMB 30
433,739 433,739 0000000000000000036fe31ddfb450480ef290b03946e030bdb3166ff63358d9 2,435 1.00/1.00 vMB 70
433,738 433,738 0000000000000000043238f7501a2d4057b9c2e647cb1e8f28843d966dca0cf9 2,618 1.00/1.00 vMB 75
433,737 433,737 0000000000000000005f6c8362268ee0c9dc0e93f12efa1c0b76b7d9cbd3eed6 2,640 1.00/1.00 vMB 75
433,736 433,736 000000000000000001a0a7dc8ef7d2866af5e7dd4720b0ca203a47af722edb93 170 0.06/1.00 vMB 74
433,735 433,735 00000000000000000200e27e3cbd17acd60666b61074355ff1c81f4cfc7928db 1,854 0.83/1.00 vMB 62
433,734 433,734 00000000000000000220d252d520c5feee73afd1b0449e6b2be16cf5af6e1a65 438 0.42/1.00 vMB 25
433,733 433,733 000000000000000001ab3a667b0f48c14b54373a8f78826f73d3e5295a12e26f 1,922 1.00/1.00 vMB 44
433,732 433,732 0000000000000000042a17f113203daf9e19c04ce5bd9329f1046f5556e253f1 2,708 1.00/1.00 vMB 86
433,731 433,731 000000000000000000b7d71fac2f559b953b8fb9a865ad84b0d326a4bd455aea 966 1.00/1.00 vMB 21
433,730 433,730 0000000000000000033f83009aa616f63677c794d07101389df04f5ad4a80cb3 1,963 0.86/1.00 vMB 64
433,729 433,729 0000000000000000038d806452e18d122aab2daae276e9156e012f77783f4dd4 834 0.49/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.37 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: 663.15 GB
    • Received: 14.89 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.