Memory Pool Memory Pool Refreshing

6,381 transactions
2.84 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,688 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,196 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (782,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,918 124,918 00000000000059e79950403d806a91d081df74de3ae67e516b6908f11e45380e 0.01 MB 9 367
124,917 124,917 000000000000151c71d34e0ca91264a3dfab31486fbb9774de8dc18c4cdfd2d4 0.02 MB 59 279
124,916 124,916 0000000000004d3d83bbae863548eeb722e3994e41cd96964e03029c2d19cd43 0.00 MB 9 317
124,915 124,915 00000000000004413a40cf7cd89f27099fb6472f9e680fa7f90fe408a56aa18b 0.01 MB 10 1,190
124,914 124,914 00000000000060514b699c2b281befe5d1ea318c822452c20cdd1cec1a4109ba 0.01 MB 19 530
124,913 124,913 00000000000015b491debf5572702706ae39f076b4027827e60a7e6f1dabe60e 0.00 MB 12 689
124,912 124,912 00000000000045822c1310b179fbcce3c51cf67be03b349916469ffc5a9e05f4 0.01 MB 26 816
124,911 124,911 00000000000065847c902a0b9f207d311b96bd40d9fec4b4e13bc56ccf5fcf7b 0.02 MB 52 780
124,910 124,910 0000000000001554c1ed0f728e69c22788cf3a1ae4c07deecde08e230705dcfb 0.01 MB 16 864
124,909 124,909 0000000000001113b511964a225ed95bf86e9cd8d80df7c01502351392a428b7 0.02 MB 58 376
124,908 124,908 0000000000004cd12ba49ecf6783fe04f40f9eed2b7565ac806bba888b7ac7a7 0.00 MB 9 673
124,907 124,907 000000000000498326e952522cce4325d7d01e7895a41e5ad130553dbdbc5d9e 0.00 MB 9 735
124,906 124,906 0000000000006270fbc13682ed5d36c9b58e97223e89e7d5119f4f40b7f20b89 0.01 MB 16 628
124,905 124,905 0000000000000d7537015bd0a93137eaaf3e0054ba72aed60357c08f5a03e1c1 0.00 MB 4 1,789
124,904 124,904 000000000000518bc177a77894f72eebc67d2a3acb75de8dbe6fa5b5288fdc2b 0.01 MB 22 1,832
124,903 124,903 000000000000633fc230d8b13403d1e60e90f3a5832219a2749c184c3494973f 0.03 MB 126 1,769
124,902 124,902 000000000000360aa84a2f2f6763027bd94c6226bac2ca5e41a178394912136a 0.00 MB 9 0
124,901 124,901 00000000000058632ce262fe4b9ecec9e2f6c3239baee1c3a2c92bb3ed0820c7 0.01 MB 33 767
124,900 124,900 000000000000001fb03a83f633a0973747dd9526dbab1d0a1c0da8512d39dc14 0.00 MB 11 821
124,899 124,899 0000000000002b8353d3a68a334564910021d07e7722e48a23452a548a0126d0 0.00 MB 11 334
124,898 124,898 000000000000307611d663be5aafd70dbf5ea1aa60838980ec3dcb91684a2587 0.01 MB 22 475
Previous 10 blocks ↓
Total Size: 768.96 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,615.05 GB sent, 92.61 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.