Memory Pool Memory Pool Refreshing

3,026 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,842 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 3,011 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (9,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,125 898,125 0000000000000000000229686da6ed7c7706c68f94121e18277dce80b5d9bb1d 1.69 MB 3,993 2
898,124 898,124 000000000000000000002cd7af56f99d42586bc9507083cc171ea6efea312027 1.72 MB 4,103 2
898,123 898,123 00000000000000000000d1422c82164dd0c404ace9dd0c00d48832f71ec20a48 1.59 MB 3,138 3
898,122 898,122 000000000000000000012d1143c20810c7b8dc0cfc578c3c48f12abcb0efd396 3.04 MB 1,008 1
898,121 898,121 000000000000000000004782cf5cc9cba73d6145ad2eda2b8c9335b5a3c85d0f 2.31 MB 2,492 1
898,120 898,120 000000000000000000019f6364aae0dd83735cffd8e3ea3f9e586d88a32d8637 2.49 MB 2,248 1
898,119 898,119 00000000000000000000436349a45577f22e7e4fae7cef986869a4dcd057f361 2.46 MB 2,885 1
898,118 898,118 00000000000000000000b33354509ee6d147e649fdb3a7a32f984223cbbcb235 1.62 MB 3,537 3
898,117 898,117 0000000000000000000067d91065026b1604a11984c3cf3db7408cb72d50c787 2.17 MB 2,179 1
898,116 898,116 00000000000000000000d6992f5d995aeacc1151ccf301f27a218547507921ac 1.64 MB 2,460 3
898,115 898,115 00000000000000000000dd70a05626980433bf8fc13baf9dcfeb5e7fe667cc53 3.32 MB 772 1
898,114 898,114 00000000000000000001191993f40f0aec5f1ad29b5529265570966d30f927ef 2.40 MB 2,593 2
898,113 898,113 000000000000000000018bdf1d131994b0e646e40a2ea0bca64b2dfad61fc3a1 1.93 MB 3,049 2
898,112 898,112 000000000000000000001ad7546240bcb4574c2d964d628601a0189723284f02 1.57 MB 3,562 4
898,111 898,111 000000000000000000009c0a0ec9b9d348b75e2aa88055429a34a69540a5b9f0 2.10 MB 3,771 2
898,110 898,110 00000000000000000000b4b3844f1e1ea6be248e0d53f014d90f77a0bd57ce81 2.44 MB 1,884 1
898,109 898,109 000000000000000000011398babd2158bd2a5279f574073f3d7ea73985847e4d 1.77 MB 3,397 1
898,108 898,108 0000000000000000000208e81bea79f37d76e43ae8006c0c848d9d1e4a31b0f4 1.56 MB 3,481 2
898,107 898,107 00000000000000000000344b17620800bc608b835e6eff2dbd701a160c6a460a 2.14 MB 3,349 1
898,106 898,106 0000000000000000000048954ebfdba6f5783058312146d77bf441b9f7ebb775 1.54 MB 3,325 4
898,105 898,105 00000000000000000001f7aba73cdd216e900f2a4014689a4d189bb60eb78562 1.76 MB 3,578 3
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.