Memory Pool Memory Pool Refreshing

3,812 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,696 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,818 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,695 (17,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,750 889,750 000000000000000000012dac3a7fcfa59b1e65389a5512b008bb6d54b40b2fa4 1.37 MB 1,585 2
889,749 889,749 0000000000000000000011c3389ffb9baeea9e41e54ff8f8d241b008cb35c4a5 1.54 MB 2,718 2
889,748 889,748 00000000000000000001acfa6cd09ad201422e8dfab671b8bef4dbc27b0fedaf 1.21 MB 1,313 1
889,747 889,747 00000000000000000000d51f1d445b48d8c5c8ddc7af9619d1b0c6960af3c99b 1.36 MB 1,941 1
889,746 889,746 00000000000000000001338d85d1f3df9041252d1332b416515a39607e3bd103 1.67 MB 4,153 3
889,745 889,745 000000000000000000006457be2ce41ba442deb8f4146375dc19d7debbad1e31 1.84 MB 2,978 3
889,744 889,744 0000000000000000000119a196f2b4d1c869f37cefdd389a37f881b2b41d1bd2 1.88 MB 3,645 1
889,743 889,743 000000000000000000007c98ebc1127d9dadccb673b2f28a345b03d11d9a1609 1.55 MB 3,569 4
889,742 889,742 00000000000000000000421cc23f844238a10bc7b7df711605a7920a721fe774 1.66 MB 2,793 3
889,741 889,741 00000000000000000001476c14034586f963a262d2c9b81a9f2a72521f32688e 1.70 MB 2,865 2
889,740 889,740 0000000000000000000107531c4c41d84beba8f710a4f11fdcde3d4c1dcdc87a 1.60 MB 3,127 3
889,739 889,739 000000000000000000011185c72d25f3625b3f6ec92df858a3a99ee94d0621eb 1.55 MB 3,345 7
889,738 889,738 00000000000000000000e4cb4ad8e410d32d1a2f4945f6daf99a5452d958440a 1.84 MB 2,792 2
889,737 889,737 0000000000000000000027098bac09cee43d20b684f63d0bb106560c835820b2 1.70 MB 3,716 3
889,736 889,736 00000000000000000000cc90adde45fafb98567a4c092e07a510ee60ef1a74c9 1.51 MB 3,508 6
889,735 889,735 000000000000000000014dd37cb72a5eed5c84c0809a15fb3744960a7c3e4cb3 1.60 MB 3,443 5
889,734 889,734 0000000000000000000181a74c7b00c32e0fa0604ec0ee3c8a855956f04c274c 1.78 MB 4,890 1
889,733 889,733 00000000000000000000f0a82339285488c7d76046efd8b8e914f7bf97763e00 1.54 MB 3,163 3
889,732 889,732 0000000000000000000032e559c2d25b8f64149cc807363e8a868dd8c3ae64a4 1.81 MB 1,412 1
889,731 889,731 000000000000000000003c63ed244ec7b5ef0d62f6619791c16976f18f711aa5 1.86 MB 3,794 1
889,730 889,730 000000000000000000017f925f539fa476a7edf5c0faaad2b8b35d82a6ba7832 1.70 MB 4,101 1
Previous 10 blocks ↓
Total Size: 768.98 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,615.71 GB sent, 92.68 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.