Memory Pool Memory Pool Refreshing

10,788 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,700 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (723,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,754 183,754 00000000000009c410a1c1d25c8c39f8857989eb94f1785b0c8d19f1905051e2 0.01 MB 31 225
183,753 183,753 000000000000090c546c544c68ed943ff62d1b1ad15fc5c881a2d137fc8df4d4 0.05 MB 98 52
183,752 183,752 000000000000020fd9e5db20e5b10309f1bf69084fda855d6c38f347e7ed34c1 0.07 MB 109 96
183,751 183,751 00000000000003feb71dc28bd8bcd5774500731fbe39b6fd7563faf9483fc38c 0.19 MB 467 144
183,750 183,750 000000000000060ce65b0af168b9f7347ff09db1baf9c41ccbd4b6221a36e103 0.25 MB 581 134
183,749 183,749 00000000000006ddd3f56957ba89a3cbd3b5ba1ae142366385ec633b683f5441 0.05 MB 136 171
183,748 183,748 000000000000029b1be62487ff1aea17c07a13b682418f78662a91b075f34933 0.00 MB 12 50
183,747 183,747 000000000000067340f8b856af8be36a71a5d9d3d9860fb0ef6d329ae7ac27bd 0.05 MB 134 63
183,746 183,746 00000000000005e0b507b1336d2b990edc98f0db3dc7ee03093641d7f07306d6 0.20 MB 414 114
183,745 183,745 0000000000000627e9998227aafa0dc0cd8fb4c7758dd26cb03385ea3e394d59 0.11 MB 256 147
183,744 183,744 00000000000007a8862204b181ad1a0004ec82728a18c8ae7f33bf229a2cc08b 0.06 MB 172 87
183,743 183,743 00000000000000068aa1e75167dcc452e08105471949b652b60065c6791dea55 0.15 MB 256 90
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
Previous 10 blocks ↓
Total Size: 769.03 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,625.06 GB sent, 93.02 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.