Memory Pool Memory Pool Refreshing

8,213 transactions
4.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,316 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (794,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,857 112,857 00000000000073e878cf90adeda0d9cf611c4a7e937d707c98bdfde8a35e91fd 0.00 MB 10 0
112,856 112,856 0000000000010e556232a0382c5396ce0b231189278f20f9f2244b698c818b5d 0.01 MB 22 491
112,855 112,855 0000000000010ac08507a7c049f21c5ade4ef69cd1dd41956ac060dc14bfeab0 0.00 MB 1 0
112,854 112,854 0000000000004425669184405ffd24e9b5ef39f1c26f1fb28a214ce18ca90408 0.00 MB 9 0
112,853 112,853 00000000000117c664ba8486d1fd32b75eef08bfcbe390f4d19579e4538907e6 0.00 MB 13 1,428
112,852 112,852 000000000000adf133912d9aeeabc19eeae4e47c177264614bd152a63dbe205f 0.00 MB 7 0
112,851 112,851 0000000000008e41defd94e48381726ce77ac11aedefab4e23fefd16c2fe123e 0.00 MB 9 0
112,850 112,850 00000000000015b2048a9e8d395e0181bcf24b652cd3830672158925643e15e5 0.00 MB 11 936
112,849 112,849 00000000000059c8520bd2aef4e7d14df42a92ef5bf11143279ed952969fa60e 0.00 MB 12 1,056
112,848 112,848 000000000001186b21b50d3cd122f2db3bd980247cf63a7e691975efc631fd1b 0.00 MB 11 0
112,847 112,847 0000000000005230232c104edfd458b3c7d99895638a99eba6d2fb9f65978392 0.00 MB 11 0
112,846 112,846 000000000000ac973f9de72f55c945a67929146c4d645b868a71268cdb496c61 0.00 MB 10 0
112,845 112,845 0000000000012736b42e6e3f78662b94a258f0db33ed954803a1020a2dbef7ef 0.01 MB 26 1,050
112,844 112,844 0000000000009bd4a4eb597978c56666b1300338c8bbf42f4a9bf707b5203d81 0.00 MB 12 636
112,843 112,843 00000000000053059ea5d3c427d9496af509560118189335d9275d5dd591c0b8 0.00 MB 1 0
112,842 112,842 0000000000001e5f1cf342b7fb0a0f2d9bf351d223da46180ada43fcc8ac1d58 0.01 MB 25 871
112,841 112,841 000000000000ae8e20d8d072731b2b0fbb4763fc11cac64234d6b21f2ba14332 0.00 MB 9 1,718
112,840 112,840 0000000000003aca72d3b32392aa8930573585023c79fbd4c76fc8aa8989ef46 0.01 MB 33 570
112,839 112,839 0000000000005759c653e59d3795d153e63ac213c47153a3e98c5837a90b767b 0.02 MB 56 430
112,838 112,838 000000000000b31d492013fcb0f4fce4c40729e49c912431b49e7332c45c09c3 0.00 MB 1 0
112,837 112,837 0000000000010d25d2bbc432fc50d3ca6e31b82e093305fb288a084d911ba24d 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.