Memory Pool Memory Pool Refreshing

4,045 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,163 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (1,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
906,217 906,217 0000000000000000000107bea338f409abc7f982bdd982cad185dcfbb83c3a32 1.78 MB 3,007 3
906,216 906,216 00000000000000000000a31c925c88d077c585325e2fd54b19cbe0f79e76cb3b 1.68 MB 3,543 5
906,215 906,215 0000000000000000000229b96f576211d3057f70ac216f4990bafc040cab44ba 1.51 MB 3,991 9
906,214 906,214 00000000000000000001f2937a24589d11ab31730f228d80afe5eacb4c19a062 1.70 MB 4,260 4
906,213 906,213 00000000000000000001b1350d5581cbeba00de27dff37d47da8bfca7d40a9ca 1.69 MB 3,583 5
906,212 906,212 000000000000000000005f1c6b011d0447a642fa4d4e5fc6987af511b37f3cb6 1.67 MB 4,673 10
906,211 906,211 00000000000000000000ef54ce025345eb5dd050970fec50178df80d07157f7f 1.76 MB 4,879 11
906,210 906,210 0000000000000000000187623ac44687572d74b13572733835f20398503009c6 1.67 MB 4,067 6
906,209 906,209 00000000000000000001634d742d714f919c0935b6371341adce838ebe7e07b7 1.64 MB 4,018 4
906,208 906,208 000000000000000000022b5627bc668743494bdb7dfe93ad3afb62763bd742a8 1.55 MB 4,019 5
906,207 906,207 0000000000000000000085fd6a03abbc0c4073c461c490b053912e998d163f32 0.13 MB 333 2
906,206 906,206 00000000000000000001e59f6707624b4a9fca3fccc3dedc3c4d23148706ac74 0.97 MB 1,332 2
906,205 906,205 00000000000000000001d773427e93a97c186fdfe3f0286737996b485cb5e574 0.97 MB 1,595 2
906,204 906,204 00000000000000000001fd5dd2cf78d5a52944c523395568b0637ccf85e3184c 1.31 MB 2,477 2
906,203 906,203 000000000000000000004acb342f7b4619e485bf8fbdea1a8122df039e606310 1.70 MB 2,635 2
906,202 906,202 000000000000000000009ec7eda83e50b0abcee197eb6f1fb8b9b013dfe2a43d 0.75 MB 1,965 2
906,201 906,201 00000000000000000000b685887fe078cc9839294a91f8d38a3311864fc15418 0.49 MB 948 2
906,200 906,200 0000000000000000000103eb0315858fd2a80f80f8ad5ef7559d64d1705b0774 0.47 MB 1,043 2
906,199 906,199 0000000000000000000013aa78c340fd6073b540f2eb67074b09cb71a1cfee5a 1.94 MB 2,720 0
906,198 906,198 0000000000000000000127322553e1954b3caca369765c93cd9e4c1f0b602e7e 1.90 MB 2,109 1
906,197 906,197 0000000000000000000122c7311dc37796138a56506806a2414632dcc8e87d17 1.62 MB 3,576 3
Previous 10 blocks ↓
Total Size: 769.21 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,634.45 GB sent, 93.99 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.