Memory Pool Memory Pool Refreshing

3,061 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,916 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (793,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,871 114,871 00000000000031d0e2876b7477ed04d16d260a2557d1fec9110d4e5b85021bb2 0.00 MB 10 861
114,870 114,870 00000000000078a6fec0fdd5213bfb11321f5fcc06676d47de24a39c025fbae3 0.01 MB 34 1,213
114,869 114,869 000000000000c586fe64aecd4ecc01372d72cc02ce2982e875ced25362032357 0.00 MB 13 2,815
114,868 114,868 000000000000a6d9017b22fcace6b670b5d0bbf94040f8e8aa042ca17b8f465e 0.00 MB 8 3,027
114,867 114,867 00000000000050eca45ba51418d605a75e5ff318d4bce8badd7d6ee59237b241 0.01 MB 14 0
114,866 114,866 000000000000149bafa067f0bf2ffe0af5b7f311f100fb49877eb313c54fdf27 0.00 MB 11 731
114,865 114,865 0000000000008376dfe8373f971f0baa054dbf25742d4a4ed0acbc99db8f2280 0.04 MB 120 1,449
114,864 114,864 000000000000d4a0ce129ad5349b43a4deef5e28f2e41fd435f5b4dad7c75424 0.01 MB 30 3,595
114,863 114,863 000000000000115aa50fcd3ffaa42bfba945bb624041f8135162ed3522841991 0.01 MB 15 2,909
114,862 114,862 00000000000017bf9938341e9e4477064bbf132b70c67ee2cace692bf380f2b9 0.01 MB 44 0
114,861 114,861 00000000000099ac08c056a57b3d0cb51f0a9311dba6809b9c2aa5f602ca3d81 0.01 MB 25 1,234
114,860 114,860 0000000000005b4af5d931eb651b067a702ae14dcfd7f8e53ef6a448182fad16 0.00 MB 17 1,459
114,859 114,859 000000000000c96a40b8848a16d80490e7093178b73b0826d71ffaf077eb328b 0.03 MB 35 526
114,858 114,858 000000000000947436edb731785a7869c2534144f2f28d286fd52cc6e50c28cb 0.00 MB 4 3,870
114,857 114,857 0000000000005c1822b1904588247d54657bc6ea0c14ebf1fb4df923f585a459 0.00 MB 5 4,149
114,856 114,856 000000000000418c0c0315143006c95248dc80a0f43b290376eb6d69c30a0d78 0.00 MB 1 0
114,855 114,855 00000000000006950f8cefd96c6085ced5b7379a98b204de1d81bb38886986ba 0.00 MB 10 714
114,854 114,854 00000000000028bdcdc25913b611adb6242ae1fd3b7f53e724000e439e7ed0a6 0.00 MB 4 4,680
114,853 114,853 000000000000c81eb053c4dd0d921eb15c97d881edeccf28b1d9ae1643588184 0.00 MB 10 0
114,852 114,852 000000000000754c67a6065675b1df14e86f1aaf9c7b11191dc61bc6621ca282 0.00 MB 15 1,514
114,851 114,851 000000000000702118e2db9c812da24bcef3b8ce75fe6707465031c839670d47 0.01 MB 21 1,475
Previous 10 blocks ↓
Total Size: 769.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,644.23 GB sent, 94.87 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.