Memory Pool Memory Pool Refreshing

5,125 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,234 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (17,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,758 889,758 00000000000000000000c0843c285d15a2d21066c1d3a3a34ea9e1d82f258527 1.09 MB 735 3
889,757 889,757 0000000000000000000128328ef58c95dce324e2b1c8d86776446878793b90a9 1.02 MB 209 3
889,756 889,756 00000000000000000002075606263981344ef47be61900c228ebd38eea8da514 1.10 MB 842 3
889,755 889,755 000000000000000000014bdec4abee64b731926e446ac971d8b93eb761117749 1.43 MB 2,761 5
889,754 889,754 00000000000000000001f0f87eb62f992cd7f4beb97619848b586c34186cdbd1 1.14 MB 939 4
889,753 889,753 000000000000000000017bfff891a9307065a39754d790ed81bb62eafa6ec299 1.12 MB 888 3
889,752 889,752 00000000000000000001df32f3641d6877ee25726b7e3a12e3af8984f9b135e7 1.22 MB 1,145 3
889,751 889,751 0000000000000000000210d190d7a73c6cf7e6b07135c297780ad5d3e5a61808 1.23 MB 1,326 2
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
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: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.50 GB sent, 92.73 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.