Memory Pool Memory Pool Refreshing

612 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 603 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (799,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,842 107,842 0000000000010d237a411d68d94ff1afebfcbc0109055584caa2341d7d755f65 0.00 MB 1 0
107,841 107,841 000000000001b367feb7b1d4d8abe1dfbaa7046ceaca785830ec8399718e0b1e 0.00 MB 6 0
107,840 107,840 0000000000013e3a53c3520fe9db7e915b47dc95f4cc3e1f52ffe39c994d14f3 0.01 MB 17 0
107,839 107,839 00000000000195d61d0d488ba200673e12bd6a06e33ef939afb064370a4de2d2 0.01 MB 38 0
107,838 107,838 000000000001f4c28c70b13a64b0672320d4df1cf44101e2076b12ab9a7ce588 0.00 MB 9 0
107,837 107,837 000000000001dca992c047c58df332533263dfb787ae79b89ec8e128176e19dd 0.00 MB 2 0
107,836 107,836 000000000001166c7a41224bfc6c9a8d6c7b6017f37b23cbe6ad571744cc19be 0.00 MB 1 0
107,835 107,835 000000000000c98ac689252400e43a3a91bf3e7b4b6cf9bc0cc3558fd1dba0df 0.00 MB 3 0
107,834 107,834 000000000001a2775e31a96520116bb3a1c6c2f8978b1f754909ea0f945e85d6 0.00 MB 4 0
107,833 107,833 00000000000019a48c0be6e33a7aaeda1e62a10aaa2bba669f23f059a378f7ee 0.00 MB 2 0
107,832 107,832 000000000001c9f3737ffc5e2e1d6753015107bb3a7447ffa244c73d6df1bb3d 0.00 MB 3 0
107,831 107,831 0000000000007c8d52b4666a06d94c557be482fdea72acb7614943212392c030 0.00 MB 2 0
107,830 107,830 0000000000008c4a19662a391d7deb342d436f25cae16edb3dcc9d8bc2899e04 0.00 MB 12 0
107,829 107,829 000000000000d981cdc8b882d1d11c45534b5a11f481174c519e9695f03b6b8d 0.00 MB 1 0
107,828 107,828 0000000000010016a05d81faaff4063414b2a815bd7118c7808409c3f0d4fe80 0.00 MB 3 0
107,827 107,827 00000000000195eb3c0683be369445eabe45b6b05125f5f9a6385da0b21d7111 0.00 MB 2 0
107,826 107,826 000000000001405b7c67a9598a0833835d4bb26fef14a4e09cac764006500b3a 0.00 MB 1 0
107,825 107,825 000000000002277b46a496dc94980fd4b9d937548b17796e10b241eec0259d2f 0.00 MB 3 0
107,824 107,824 000000000002239baf0ac4245d5505d7e0746c0310021bd28516287fb047e4c5 0.00 MB 3 0
107,823 107,823 000000000000cb275a046abb6e0334ca05df1e2655c337aec5a23e361e360fc5 0.00 MB 8 0
107,822 107,822 0000000000008a83006c7c2f21774fd243e301e45f37652ff1fe20f7fc4c0e3a 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.68 GB sent, 93.65 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.