Memory Pool Memory Pool Refreshing

2,350 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 2,330 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (724,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,742 183,742 0000000000000967e73ec635e5dbe68cf49842c7f9a4a92c0b37206661a71af8 0.25 MB 499 135
183,741 183,741 00000000000002553aed119f39704ad16a1bf54691a11c3b4be129ba28636395 0.25 MB 633 158
183,740 183,740 00000000000001d052fd602a0f29b255f5497790551b3d7addc81445a824b2df 0.29 MB 686 208
183,739 183,739 0000000000000a8e2e6851fd45873805ebe60b07d4ee437d588c64a786193e7c 0.03 MB 65 235
183,738 183,738 00000000000000b6e0febe044d714b3ceabff6c06d5be3881db9560a7e64d7d2 0.05 MB 156 15
183,737 183,737 00000000000002a61117693568fb6b60b5a66219bceebba587ab33c81a8a140e 0.06 MB 159 150
183,736 183,736 00000000000007ad1f82bc5bcaad4a61520fb096e90e0d80170dad294930248b 0.03 MB 68 191
183,735 183,735 0000000000000a2e45c809d327306f85bc4678833420a8789c7d9e7e42480c58 0.06 MB 135 147
183,734 183,734 00000000000000ecb57be6a7db972e395f751d4ab2c251844613dbd8214b8a55 0.14 MB 260 176
183,733 183,733 00000000000001b80d6bec5aa32b058c33d788df05d516754dd0ee84c20a00f8 0.00 MB 12 332
183,732 183,732 00000000000007d978252a485c08aeaac1f8c75e710b03e0847e666a8dfb9d44 0.22 MB 481 170
183,731 183,731 00000000000006593ecc2aa0f091b1eb38b1b37fc32ab513ee9cbf3dc352b469 0.00 MB 13 247
183,730 183,730 00000000000001ca6dc3ccd93cd149119ecf15091f4d971f32842cb01d4af4dc 0.05 MB 126 241
183,729 183,729 00000000000003d65c47f10f93234470476a9048243930f81173e106b65afc48 0.24 MB 636 185
183,728 183,728 000000000000062cfb26abe08a0ef5b2bd5c1caa513258805c6465d397f08935 0.07 MB 114 277
183,727 183,727 000000000000059050491dbb0c2acbdb2ae8b3b8b57be12825bf7a8d96be3ff0 0.09 MB 184 158
183,726 183,726 00000000000008635a7fd13f2856870238af08dcc075538c196458b5ed1c81aa 0.14 MB 253 198
183,725 183,725 00000000000008662aa5ced952191e995720d104e456b793c679360ec52740d7 0.05 MB 125 190
183,724 183,724 00000000000007b20e053cc1653bd60c0aaefbf3903490a89ce0f16a6195b61e 0.07 MB 202 139
183,723 183,723 000000000000099b7323d56607e511db7b3e7de6d2cce7ccbc2ffb4cdd724fcb 0.27 MB 652 236
183,722 183,722 00000000000006daaae91cddce33031ef8749f69a07bf72d39d0b77615123bb9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.33 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.