Memory Pool Memory Pool Refreshing

3,878 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,773 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (860,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,810 47,810 00000000250125e751bc57f3f1266db97b9837c69f42d0042e5977488e2ed7a7 0.00 MB 1 0
47,809 47,809 000000003049f92b32bd33c8832d9ce6314df01deb0c471abfce07e7c85dae9e 0.00 MB 2 0
47,808 47,808 000000000a3a97924dcf1b4cbd4f52b40738508f85b8f880866b489a8695997d 0.00 MB 2 0
47,807 47,807 000000001921f39769a98d4c8416a72454bf767dd5fddba649085dbda9e434b7 0.00 MB 1 0
47,806 47,806 0000000016b113b922f818eca240e0a3b073b4f436cd4e9b9c667115b0e0e10c 0.00 MB 1 0
47,805 47,805 000000002a687e42d5ca72a1ba118050a3399ccb72fe653dd51edf3104af110d 0.00 MB 4 0
47,804 47,804 000000001707687b720ccbd48eae06f15985133a9cd4cfa3e69f644e9f0e0506 0.00 MB 1 0
47,803 47,803 000000001522056298c69be78afe5351b1ddcdbdec91b0db200b0c38c9bfc9cc 0.00 MB 1 0
47,802 47,802 0000000029befe91def469a581df1d8caf5aa7cc54c702fc293813f2ffcfee51 0.00 MB 1 0
47,801 47,801 00000000182a40480620e6b78f913dd6a595e0cecf972c05733e1015cc7c8a7c 0.00 MB 1 0
47,800 47,800 0000000031859a5d95f3a06c7254d4e9d00a76d103ece565858efa4f7d4daed0 0.00 MB 2 0
47,799 47,799 0000000035d76fd06bab5d4eaf962d8cb6ddcdf2507102435c4828dc097f6489 0.00 MB 1 0
47,798 47,798 00000000224fdfeb595fee49bb144a0eacb5ff3f4c826f7abcdb05f9f8687d00 0.00 MB 1 0
47,797 47,797 000000000d942db0da4a071a5219e1c9df598b3ca33d4e1e93a0cf4cbf26ad5d 0.00 MB 1 0
47,796 47,796 000000002227ac3e0e23ec84a0045ab2bda1d7f9f2e08cf70fd02ab747c1d5d2 0.00 MB 1 0
47,795 47,795 0000000032973b17639b8370d880e674aaccf32de5669eb2cf781c00c1b6db1a 0.00 MB 1 0
47,794 47,794 000000002db854c5a707714ed3f708b16be731c9215cc18a6fdcbb9c042cba67 0.00 MB 1 0
47,793 47,793 0000000009248f2c1227cd9fd092256e7a5ca0ba4642e8e03f68c424ea66ca9c 0.00 MB 1 0
47,792 47,792 000000000022156ccadc11fccbb70aa449a821c93dc1810952903df20b656793 0.00 MB 1 0
47,791 47,791 0000000008ef50686f0b75112d3c9339ce6377cc423c9fe8645876a06ab5f65b 0.00 MB 1 0
47,790 47,790 00000000361526563953066c72dce4a3b19563a3bba89f251f59e67f9bd3e5c4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.