Memory Pool Memory Pool Refreshing

8,278 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,732 (166,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
741,030 741,030 000000000000000000075aeb19175485c0115814aca61fe7bf16ae0986c59203 1.37 MB 2,314 27
741,029 741,029 0000000000000000000721f9eca0ed57a5ce98e324e65ccab6a24f4cae76c6e3 1.48 MB 2,845 25
741,028 741,028 0000000000000000000123f014d007c86c7a3b6b3ea1324e681a9a2c06bbb279 1.46 MB 3,115 52
741,027 741,027 00000000000000000006a8ec8abe72b57e16266203110c9b4f730e19ee48dedc 1.47 MB 3,518 28
741,026 741,026 000000000000000000059f092b65f07667393ec893917a6ff7a43bb5cd3c9c3c 1.50 MB 2,534 23
741,025 741,025 000000000000000000077069e936d2881516b427dfed071a34e8588eeb2b0580 1.55 MB 2,435 22
741,024 741,024 00000000000000000005afdee76f447dbe4039275e7bc8025dd4cbb89ff77c90 1.32 MB 2,582 35
741,023 741,023 00000000000000000000161ec4cde5886110e69840733b661c4a5dba713a978d 0.02 MB 48 24
741,022 741,022 000000000000000000012574fff9bbd342b9ccac74da92ba1ed84f3d08b51e8b 0.57 MB 185 3
741,021 741,021 0000000000000000000171e991174177d2e58da98fe300faf8fffa4010f82924 1.58 MB 2,598 17
741,020 741,020 00000000000000000007ef3627ba4f7efc6461ec78c2837ca8cbf077fb884e0c 1.59 MB 1,950 12
741,019 741,019 00000000000000000008c0be486912697a66125fcf950e53b8c211b5655f6b5c 0.77 MB 1,464 17
741,018 741,018 000000000000000000063ef973a78da4e8b57de08881deb1e79e76b69dcb472a 1.38 MB 2,063 22
741,017 741,017 000000000000000000072e1b61c5eb271e93e6fe77bd4529767cd52de158da3b 0.61 MB 599 16
741,016 741,016 0000000000000000000594a7e92a4280ce40a5e446adbfa878a5ba6d52251637 1.60 MB 1,568 3
741,015 741,015 000000000000000000006bb565bb1a376a132eb24b50c0c2b715cf61a968d1eb 1.59 MB 2,053 19
741,014 741,014 000000000000000000034eedb600c4cbab78817a1acb6798cac0fae3d3676704 1.55 MB 1,433 18
741,013 741,013 000000000000000000076250c85ec2e73dac0b4980cd9887b29156a7dc139784 1.42 MB 2,787 29
741,012 741,012 00000000000000000008a9534b95af25fbd6222c170090d78bf0320a106fd319 0.55 MB 822 16
741,011 741,011 00000000000000000007b9df33fd6939e8cb47ec51a458561d99b5ba607feda5 0.96 MB 1,425 11
741,010 741,010 000000000000000000071719358d8fa3951314c2e9ad960ce499bf0d89b2c28e 1.54 MB 1,855 6
Previous 10 blocks ↓
Total Size: 769.04 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,627.09 GB sent, 93.10 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.