Memory Pool Memory Pool Refreshing

2,105 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,009 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (786,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,939 121,939 0000000000003c667ddcbedef4f884e7a1bc831b92a46a18f22897ef9918d1a9 0.00 MB 8 350
121,938 121,938 0000000000001a60febf3e4d15954a09e344eba36dfc52a0ed26d99e106fb347 0.00 MB 14 430
121,937 121,937 00000000000015cd490de85cca4fde0adc3df63691b5933cdfbaf35dd31859b8 0.00 MB 1 0
121,936 121,936 000000000000225aa7d5661162d597509acdc73b3d3691ebb3f8ba59a9fa2607 0.00 MB 11 0
121,935 121,935 00000000000008c25b9ab07f6309c9ab8ee3161b6d0ae58cddcd07cfdbdf9ccd 0.00 MB 9 1,023
121,934 121,934 0000000000004688e15d8b383521e3b411c94860094e5521ffba94c43a27a983 0.01 MB 23 434
121,933 121,933 00000000000007f465ae1d8959fefb9f2e6f7e155d78efee8f70fb28d0702ace 0.01 MB 50 1,857
121,932 121,932 0000000000005ae5c4a649ae6d64a9febe87f5df2c04ae230e801998a0c2bcdc 0.01 MB 26 392
121,931 121,931 0000000000006167e6d07f4a5e1c1eec599e07ddfc913847112f67a6cf858c34 0.00 MB 10 0
121,930 121,930 0000000000006f191b5b19dbfce0b2b6c8024007e30d353d4bbde231fb6671b7 0.00 MB 1 0
121,929 121,929 0000000000005f04f4c95b0ed263cb31926db5b6c7a5e5118df2bc79fdad30c4 0.01 MB 54 2,110
121,928 121,928 0000000000009300dad4d0897ac0a64a3b47669f2a2fc899166b82a9d864d86e 0.01 MB 35 1,028
121,927 121,927 0000000000008c1225d092765f27e26801cdcf0e1fe30f308be9757cec269eca 0.01 MB 25 0
121,926 121,926 00000000000098d6e5c128d6d2fc197751ab3e81dcb926345dab0b8df87293e1 0.00 MB 10 0
121,925 121,925 000000000000753fcdd9f8a215346864026a102db3de8d7d683b015aa583dbab 0.00 MB 11 0
121,924 121,924 0000000000008e11ea258c8d0522ac18313a460928f530c037254f83c5d3a50d 0.00 MB 5 0
121,923 121,923 00000000000062fc2ef91544604a9d6d7afa3fe8101420e82d8f173c303c7ac1 0.00 MB 7 670
121,922 121,922 00000000000076011a95b6ad631dc9ace823ee68755e89939ca68c9725acd00a 0.00 MB 10 0
121,921 121,921 000000000000152d26431011f9b56925b90a7e6532de3c6d48afaadb7f92d1f7 0.01 MB 17 394
121,920 121,920 00000000000003e0353eb04cbe6d5e6c0a87e3d4e398f297c2d93168c4500e95 0.00 MB 11 586
121,919 121,919 00000000000008fd9892d9b607af5fd2f7e3fbd57a7163f1369ef004b7e04208 0.00 MB 11 574
Previous 10 blocks ↓
Total Size: 769.56 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,649.28 GB sent, 95.75 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.