Memory Pool Memory Pool Refreshing

7,712 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (43,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,842 863,842 0000000000000000000301c5a06ffffc37a682de3522c8aba67b6c5f8cd8c1f7 1.49 MB 2,955 7
863,841 863,841 00000000000000000001b3c63250e7cc729d751f380d2568efbf2a1e5c34a1c2 1.62 MB 2,950 3
863,840 863,840 000000000000000000027476f5cc993b58e792f665979ce4e50fc7d1fb6a2ec5 1.79 MB 3,085 5
863,839 863,839 000000000000000000031071e1b692ce8dda32336b3ec9739ef15f99c671e3a0 1.99 MB 2,025 5
863,838 863,838 000000000000000000005a5efad8790607fd224eba4fe408004c3f9f6fca9467 1.70 MB 2,695 7
863,837 863,837 00000000000000000002b7aec8caf49d7a369aedc1174622b6c05cbb28f547ea 1.60 MB 3,451 13
863,836 863,836 00000000000000000001c6f0381fc96afedbfbe6de216aa7bc8511a2fa81a69a 1.60 MB 3,457 7
863,835 863,835 000000000000000000031570f9cf15c64053483fee1b5a6a398dd620a346b256 1.61 MB 3,373 11
863,834 863,834 000000000000000000025f87d9cd8b42c52f43b84cc7fa986f4fc8e02afdc616 1.78 MB 2,590 6
863,833 863,833 00000000000000000000937494a11933529931f8ae75b2e7b2df603cacd2f0ec 1.89 MB 2,805 5
863,832 863,832 000000000000000000032ad6f5be0586cf44526dafc319315c78f94c3da1b7d2 1.54 MB 2,008 11
863,831 863,831 00000000000000000000233941f3fbed7a39c9a0bdbc1f5ce5a523392f142fd6 1.66 MB 2,736 8
863,830 863,830 000000000000000000002f05d2f3664b57131cf76722f0b377d297eb6a77622b 0.00 MB 1 0
863,829 863,829 0000000000000000000112afca0ac63a10ddce77631fb31f8674667cad3ae1d5 1.59 MB 3,561 12
863,828 863,828 0000000000000000000290407c9dc12927f9e8cf2e613b92612bc2cc65fca76e 1.49 MB 3,695 13
863,827 863,827 00000000000000000002c5b31a5f1830e5785f9f8e2303b80d6f769dd9a3142c 1.87 MB 2,829 3
863,826 863,826 000000000000000000010fc9898866850ad1b05f097964f88f52cc3aa1d7b4e0 1.65 MB 3,202 7
863,825 863,825 000000000000000000029df21c0584305a32caa6a33e7ac2c56a7499307b5dd5 1.61 MB 2,634 7
863,824 863,824 000000000000000000009fd7600a6c5473bbc31cdc1fb8a177166a074197a1c8 1.74 MB 2,846 3
863,823 863,823 00000000000000000000cf969f6b1e8df510ed456a3db3fabb4e405cfcd48a7f 2.18 MB 1,980 5
863,822 863,822 00000000000000000000a60fca4017a4e515d0556a1388470ed6551a3aead2fe 1.93 MB 2,551 5
Previous 10 blocks ↓
Total Size: 769.03 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,624.88 GB sent, 93.01 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.