Memory Pool Memory Pool Refreshing

2,897 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,871 (343,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
564,866 564,866 0000000000000000001f50cebd1c7989b76611d706f16b8b4a122124aa6ed134 1.16 MB 3,041 19
564,865 564,865 000000000000000000120e5613d004add9f8853612b002abd73a7b53b9010a00 1.20 MB 2,879 18
564,864 564,864 000000000000000000191d5844798719994d426f75dd0aee9c6aee79d0220758 1.10 MB 2,015 12
564,863 564,863 0000000000000000001e20273727b55191c8caa5ab9aa43733c0025c25901014 1.04 MB 2,112 4
564,862 564,862 0000000000000000000ae0c55e6477c8ec37f746ace7a3e28dafca07356526ac 1.15 MB 2,497 13
564,861 564,861 0000000000000000000ac104eee332dac70e23f8dd7f88aafd448ff2bb3f4294 1.24 MB 2,362 24
564,860 564,860 0000000000000000001c544bb89c761b062a79c4d4a5f3cffc0d87a316be2ed3 1.11 MB 1,688 19
564,859 564,859 00000000000000000015167b82c5e400171cc1148abf1c41587e7e7f14a24499 1.34 MB 2,784 36
564,858 564,858 0000000000000000000beb36974fce08f07e8b8f0aba6570849b810e3483baae 1.18 MB 2,642 30
564,857 564,857 0000000000000000000333f26dc9fd87ef2fdfa7fb2bbf936cc1b422e5e1dcd7 1.13 MB 2,735 13
564,856 564,856 0000000000000000002d2cd1292f8e68a96b888b693955936c99b2572ebf6b87 1.39 MB 1,590 31
564,855 564,855 00000000000000000008f85b03345da6231af2f60e74719236df121dbd2212a6 1.29 MB 2,530 25
564,854 564,854 00000000000000000009d54e6e50c0e64ae3cc65f6c103fb9611a07af370c1e5 1.24 MB 2,583 21
564,853 564,853 0000000000000000002aefb10bd6c868560e6c738dd93bbe4f6939991cc28dc7 1.28 MB 2,899 43
564,852 564,852 0000000000000000002be73e049717b1e20efa99985ac31958aee23b369af040 1.30 MB 3,222 24
564,851 564,851 0000000000000000000b6d1319200e9fa78086cd22ecd2ed34fa9002ab9a5e69 1.27 MB 2,840 54
564,850 564,850 000000000000000000074898fd74ee09de14f850914e4edbaa8c761baca1db5e 1.26 MB 2,842 43
564,849 564,849 0000000000000000001355754ec5b07d9b2a26937b6815e1ee4c0871ce1c8ef9 1.22 MB 2,291 38
564,848 564,848 00000000000000000021d4cb497400ce083594e761bb6b9d87dc2da95456a4ab 1.10 MB 2,326 11
564,847 564,847 00000000000000000011b68f7285bea76cd30932d3566b22cd7309e64a331ae4 1.06 MB 2,928 7
564,846 564,846 0000000000000000002a27eb6fdd973dd95475017bae84ab10ccdc5d6c33a2fb 1.28 MB 2,781 34
Previous 10 blocks ↓
Total Size: 769.30 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,642.68 GB sent, 94.44 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.