Memory Pool Memory Pool Refreshing

3,546 transactions
1.04 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
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,345 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (2,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,861 905,861 00000000000000000000714b37c0d1d534e976eee4f39c0440c2ed5bcc13894a 1.59 MB 3,270 6
905,860 905,860 000000000000000000014dc7996d1510c232900dda735e13a43b9e3a29529108 1.52 MB 3,126 6
905,859 905,859 00000000000000000000b46be5f2cfc2f43edfbf793c047f47a4d5cefd1c6c95 1.63 MB 3,460 4
905,858 905,858 00000000000000000000c01736e368c637bf6abd8e2df7713a75df686fc13ed3 1.61 MB 3,598 4
905,857 905,857 000000000000000000021e4da58ea63f112cc1cce87eaba4d5ccff348bf110ba 1.67 MB 4,152 4
905,856 905,856 00000000000000000000dd6de10e42c9015976175a8c27d5fa74493cf258cb24 1.56 MB 3,649 7
905,855 905,855 00000000000000000000228c32ee727818fab0bbe1c8b23c7216f55993cdef19 1.63 MB 3,025 3
905,854 905,854 00000000000000000001d2950be2404313ee8073384725c00c150085a867e92a 1.70 MB 3,982 3
905,853 905,853 00000000000000000001ad89fffc4f0b1407fcb998802461ac05dcf88a9348ad 1.51 MB 3,628 9
905,852 905,852 00000000000000000001a9ad3b989a1c06a92922771d295f7c6ebe18d6855f3d 1.68 MB 4,014 5
905,851 905,851 0000000000000000000100d2e9b5a434a0fed4f7c838ea837120b30e47c3338a 1.54 MB 3,741 8
905,850 905,850 00000000000000000001dad2814e6895bee61416758fb082d6a5e829b4c35fa6 1.64 MB 2,864 1
905,849 905,849 000000000000000000018d8f8ea73cd6617b5dbe55583d644c8c08da04517f36 1.66 MB 3,688 2
905,848 905,848 00000000000000000000b9abcf912606e4b5542c1447ce2cd9fa2ca40e95694d 1.62 MB 3,861 6
905,847 905,847 00000000000000000001250c09712065daf7569169a67c837c5ee614d39a6aa0 1.83 MB 4,505 1
905,846 905,846 0000000000000000000200c555990a0df5d3b10ee6a742c63f8cab00163b26ca 1.61 MB 3,393 4
905,845 905,845 0000000000000000000169c443af48282dad8705b9a2bd29ae8a3f3221037af1 1.66 MB 3,548 4
905,844 905,844 000000000000000000009729770a6209bc1ef11c46ff3d8ddfa7aad25bb34388 1.74 MB 4,266 2
905,843 905,843 0000000000000000000137077a49385bd9b99608cc96054ea81707be1a6ab425 1.70 MB 4,320 1
905,842 905,842 000000000000000000011bfe87d4df769d5db7d4bad5223f2b5d3b43ae07b3b5 1.64 MB 3,887 2
905,841 905,841 0000000000000000000138dbd64dd8eacd6805920000c4232fc8e6ddb0d73f4f 1.70 MB 4,707 2
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, 114 incoming
  • Data Transfer: 1,642.76 GB sent, 94.48 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.