Memory Pool Memory Pool Refreshing

1,487 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (892,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,102 16,102 0000000096e4874641a5575daa1c20afdc35eaf5f7334fe8410039b1542174f1 0.00 MB 1 0
16,101 16,101 000000007135937dfcd86ea9f941a7c006cb26aadf4f47a873385642f6f75566 0.00 MB 1 0
16,100 16,100 00000000c6907e502c525418f7353dfd67bf15bf83448dffd78332e7ad25f2e0 0.00 MB 1 0
16,099 16,099 0000000088340053cebc132978b2424251b01f3b90404e247d145676f1ae88b2 0.00 MB 1 0
16,098 16,098 000000000964c0021d5614e0a5059ac9d7a3501f21c50ce385ba91e1f051e852 0.00 MB 1 0
16,097 16,097 000000002dfb7e2ff1b50e7382588bdc24d041cafab2b32e435693ad98e43f58 0.00 MB 1 0
16,096 16,096 000000003501b67599f24c61eca176620aa426571363cf2a6a60fb4595142e0a 0.00 MB 1 0
16,095 16,095 0000000060b2b2c0d427dab531ddad0f92ab27bf61d3e0bf83aa3921a9fb1451 0.00 MB 1 0
16,094 16,094 00000000d0039d0dc7dd7368dd56a3e277c216bf3dcf2d144809aa8e07116545 0.00 MB 1 0
16,093 16,093 0000000018b11acb48f658f8692aff1221d9fb7d4a45af7581cd1ef5987897d8 0.00 MB 1 0
16,092 16,092 0000000019116c3f29c6cd92cee130e2ae522e04aa5863ac50ea2d2f88468e4a 0.00 MB 1 0
16,091 16,091 000000000c5ceb6f395e70d159a40ec8cd31daa71b17e3747fa5f04d2c8e175b 0.00 MB 1 0
16,090 16,090 0000000005bb19296e24fe53db2fc3776fa229561b2045535b52879622af92aa 0.00 MB 1 0
16,089 16,089 000000008c6333e2fff44590d6b213d55c31611c3dc53035ea7ec7113b285159 0.00 MB 1 0
16,088 16,088 00000000f23ed6f720980e80224afe9298eed8a569bb0ad4da0cd8eddf2fa8b1 0.00 MB 1 0
16,087 16,087 000000000be1aa836da2d823a6f6eb6311ffd33780eba046363e2d599d41df95 0.00 MB 1 0
16,086 16,086 00000000677aab3f8925e4eba7ce49e0b6d5a85d8c200e395cc7db7690b26ad6 0.00 MB 1 0
16,085 16,085 00000000988fc2010ea5f65033c2008d9407ac43e7ce57a992f766d055aa2405 0.00 MB 1 0
16,084 16,084 000000003934a565e81276d1e84d4e8856ab4f9d0b50d630df4bb49bf952932d 0.00 MB 1 0
16,083 16,083 00000000dfafe707da17beaa23f9994ea4535d1f070d27c7efeaa9df87b1b7ed 0.00 MB 1 0
16,082 16,082 0000000045ba2112a584d6ddefa90082878e407b5095063a2324cc3172ffb4c6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.