Memory Pool Memory Pool Refreshing

5,539 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,827 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (172,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
735,771 735,771 00000000000000000003e0748c5de8d3352bd8a8e76ee348deda48e2a3cae914 1.44 MB 2,312 18
735,770 735,770 0000000000000000000461c084d11d2f582a9ab9847cf4d2c6f612a4d3f0ff29 1.53 MB 2,625 19
735,769 735,769 000000000000000000049663093bd7d3880337da2752fdd0fa8a077e60d72e7d 1.47 MB 2,476 15
735,768 735,768 00000000000000000007ad8157c37c88cb4966faffbbe6a81d61c7dad287fe6c 1.26 MB 1,763 3
735,767 735,767 00000000000000000000a42bd698d476b4cc4a241588dfb941937229e236d509 1.34 MB 2,397 9
735,766 735,766 00000000000000000008753db55634263896f40fb9d333db19350ef075c4f713 1.58 MB 1,949 12
735,765 735,765 000000000000000000047ae85fcbdc303c5d711c957e9fb6692291b7fb59fc41 1.47 MB 3,300 19
735,764 735,764 000000000000000000012039e56f68824b53e7451ea9fb9c624c6bf913c5b9a7 1.64 MB 2,863 28
735,763 735,763 00000000000000000000104512ae0ed032068ee654c328b524b6d1a743472509 1.47 MB 3,532 24
735,762 735,762 00000000000000000002f3dce61bd72f08a0fb903c465428455bf8287a4f2b17 1.38 MB 2,218 27
735,761 735,761 00000000000000000004650872b062cfbadb97296fc487a2c1f23ae57a532fb0 0.75 MB 622 9
735,760 735,760 000000000000000000038818662122352a03bdd5a0e924caba8ab9d840cfd044 1.71 MB 2,649 6
735,759 735,759 0000000000000000000711f3571f944487ed2bddfd8dc21e74259882d2757a9f 1.49 MB 3,169 24
735,758 735,758 00000000000000000002f519e75f771e3c6700892beb6a7f81da3056ebdd8958 1.73 MB 2,611 10
735,757 735,757 000000000000000000072d50312b73a045b441a585b1c435bc280fbc7791d5e2 1.51 MB 3,029 18
735,756 735,756 00000000000000000001a4e8c62b4757265c988ea8f59a10a294e5fd921c18e6 1.59 MB 2,868 15
735,755 735,755 00000000000000000004026093bccafe176b1365191e58d7207e2ca14e51125a 1.35 MB 1,881 11
735,754 735,754 000000000000000000048a9e1c35734e09962e8903313b2dd2ee4ebf2b2a4e49 1.86 MB 1,922 6
735,753 735,753 00000000000000000005f55d7b399f333e9d02fe014ada5f4efeabfb721139c5 1.63 MB 2,954 10
735,752 735,752 00000000000000000007b8ca920d376562c98625bb3b8e5fdf2864ab2b473d49 1.47 MB 3,145 23
735,751 735,751 00000000000000000005e20166fb32a3424a791d0f314ee933baddc582465dc3 1.34 MB 2,795 24
Previous 10 blocks ↓
Total Size: 769.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.77 GB sent, 94.49 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.