Memory Pool Memory Pool Refreshing

14,284 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (179,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
727,832 727,832 00000000000000000006c7be51c3aebba1c86c727d176f3722b4975e0803e9a8 1.54 MB 2,722 7
727,831 727,831 000000000000000000092d5a0ffa5155b3e3dcef855f1c6229cfec0a010bfea2 1.44 MB 3,166 9
727,830 727,830 000000000000000000058106da8b160238cc1248627e653aa8d6cf3c87379627 0.72 MB 1,094 7
727,829 727,829 00000000000000000004cd718e0285fdadb7506ac943df26cfdaa5138dbf5741 0.19 MB 437 9
727,828 727,828 00000000000000000007cdfff03516e28a834b8141030ee115c5deb129fefea1 0.45 MB 928 10
727,827 727,827 00000000000000000009d99111b194c60ef07f3d23f60a920becefaf88267027 0.46 MB 855 7
727,826 727,826 0000000000000000000705ce855208411ab5244a1ed518863299213eacd4c608 0.83 MB 676 6
727,825 727,825 000000000000000000081a5559464d9e7a5b7bcdddbe684088a405c21489887c 1.40 MB 2,373 10
727,824 727,824 00000000000000000005e9f74ac16938511c7b88e9afbdb850e804567366700c 1.33 MB 794 7
727,823 727,823 00000000000000000009802f28b1a06ae8d8ad1e8b3e3b74f942230c81e91b2a 0.10 MB 253 8
727,822 727,822 00000000000000000005e13b5f19447e9a152baab2da904ac49b5f8a2f695ffd 1.23 MB 2,361 8
727,821 727,821 000000000000000000055fea5b7300a4b74a7a206110c978d63596ff960e9ca3 0.78 MB 1,603 7
727,820 727,820 000000000000000000030372807127b8c5984e8000360b599680ea1da64f7637 0.89 MB 1,324 7
727,819 727,819 00000000000000000003e2fcc53b5f6fdc75ebdc6be8c05d7f964beec9bdb68f 0.01 MB 40 6
727,818 727,818 00000000000000000000f85d082d1dcdfbc7094614a680c9479085dd94960caa 0.11 MB 217 10
727,817 727,817 00000000000000000002e6ee90d5a86bb690252f6d85d831d05106427ce3fff2 1.21 MB 2,522 8
727,816 727,816 00000000000000000006df6b201dc73e7f037b6ef6112763378ade7f9b8f0c07 0.44 MB 529 6
727,815 727,815 00000000000000000001bf251e57c418212144b35c156e2c0806880fe8af4849 1.07 MB 1,213 6
727,814 727,814 000000000000000000065ea278fa0cca1dfc850ab726c88a60c923b2cd75bb81 0.55 MB 982 5
727,813 727,813 00000000000000000005c3f511ea55b6c6faf144624917a00bf2f7005dc1bc89 1.41 MB 2,750 5
727,812 727,812 000000000000000000040f6dcec8a73ca04ef758260875d6953eb55494777a26 1.52 MB 2,571 11
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.