Memory Pool Memory Pool Refreshing

3,481 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
4 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,694 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (736,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,945 170,945 00000000000001ac9af7616aad724bfc782de4fa90ae8e98e09efd6438fcc18c 0.02 MB 33 261
170,944 170,944 000000000000099d93b300dfc7a6108e4076972c45dad3ae09d1da7bfe3b7b8c 0.00 MB 1 0
170,943 170,943 00000000000006f1c6a28411335dba3a3e273282c4b0b9747fdc1c28e141faaa 0.00 MB 12 0
170,942 170,942 00000000000005cec9a9e83a39f94232e7e74a171cb45e7c6b12d949eabf2791 0.01 MB 19 428
170,941 170,941 0000000000000198d5965791291d76217415a09362cd8a87e1583d205f9d3543 0.00 MB 10 41
170,940 170,940 000000000000007582beafb9f54a2e0dbe46eba4dcfb4e4d2ef8b8fac61c41d9 0.02 MB 51 49
170,939 170,939 0000000000000aff43fc5972d5dfda103d135c49746b5826282b1c244400eaab 0.00 MB 8 33
170,938 170,938 00000000000005b97fbc6166361e40f23728c2335a745002987fb2c5c22d752e 0.00 MB 11 53
170,937 170,937 0000000000000ab3a8919ef2e4e2fa45941309c96bffcac158eadc42cdec73b3 0.03 MB 72 54
170,936 170,936 00000000000004aecdfaa92c8fab8ede9d1c140b27e1f3d8fbfc242e61bdfe64 0.00 MB 1 0
170,935 170,935 00000000000000d6eb91621ba2bea182706e313f0dbc53e7987080443b608cc2 0.01 MB 12 382
170,934 170,934 00000000000008900e274fbad7c942739bafaa80af4855bec281798c9d13bcc3 0.00 MB 15 66
170,933 170,933 00000000000004ef22c5cf2ff68e620390cb8a69bf40d1e5ec86b7cd48f5b600 0.00 MB 9 0
170,932 170,932 00000000000004b70bf9f29d9e978b99f05deca084f9aea3ada6261656b65971 0.04 MB 39 97
170,931 170,931 00000000000005c6871520017517758ada3f79c30b58ce4c7f5cd0519aa4666b 0.02 MB 35 305
170,930 170,930 00000000000001cd0afc7543d055daf8a2ead89796eacd25f321f59c06bc9fde 0.05 MB 197 19
170,929 170,929 000000000000019809f1529ed41c78da15d16d7610bab4c2e21f12e329d43a36 0.03 MB 59 81
170,928 170,928 0000000000000448cf9d668e853f578ed607a9b18fecc8d6b6c9aa9ddd14e53a 0.03 MB 54 95
170,927 170,927 000000000000014508e33e843b463064ee7d5e423b1ee59247431d5fdd188c15 0.01 MB 19 58
170,926 170,926 000000000000061301eeccf3da34e81ef2350206e80d2b577b12bd77e13a4cb5 0.00 MB 4 141
170,925 170,925 0000000000000a19743333e6175b86ab85de6fc82fe4b1d3c9c30bd160f9fcac 0.01 MB 15 280
Previous 10 blocks ↓
Total Size: 769.13 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,630.66 GB sent, 93.52 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.