Memory Pool Memory Pool Refreshing

5,376 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,798 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (122,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
785,726 785,726 0000000000000000000042b9210bc7f77fc46d8daa33e53d0ca662380001acf7 1.89 MB 701 4
785,725 785,725 00000000000000000005104730675da4f91fa5f7e2c6b3803f6bede6fe7b9b19 2.07 MB 1,175 6
785,724 785,724 00000000000000000001f8c3c3f734a4ded044bdf352cc6630f7d07fda89356d 1.76 MB 2,600 15
785,723 785,723 000000000000000000025c9360e27615addda5a59efbe8322af54b822683f985 2.00 MB 397 3
785,722 785,722 0000000000000000000232986d1145c0fc31baac9f26f46db5cf2aacacaf2fa5 1.63 MB 1,180 5
785,721 785,721 000000000000000000008357090e3b7024e43412c5e9ae208c8fca0c374a1a19 2.59 MB 877 6
785,720 785,720 0000000000000000000396fd006d9f6c09893de022c84057f916f6c385ac8f32 1.84 MB 2,225 14
785,719 785,719 000000000000000000029ab994a543e3215a18d20ab3be147a477e4d31cb1a19 2.60 MB 1,834 5
785,718 785,718 00000000000000000003359aac51e4b3621785479d49762da216f05eb72067a6 2.33 MB 1,784 9
785,717 785,717 0000000000000000000178555827ee830cf1e31c8338aad727eab9ecfe3dc6f0 1.81 MB 1,742 8
785,716 785,716 00000000000000000001b4b59d85e7dedfcf19fa12fc0f57df2e38d0dd8e2250 1.81 MB 2,750 14
785,715 785,715 00000000000000000002b16c23f7acc0ed588ae3d53b32f33c7b2e554a73735a 1.70 MB 1,525 8
785,714 785,714 000000000000000000049910ec5025361db92533c42d7bc151192d816bc284d3 1.50 MB 3,207 16
785,713 785,713 00000000000000000001a5c28b6f7e63d70aa41cd824671023c7eff2f5c12b72 1.33 MB 2,164 27
785,712 785,712 0000000000000000000406d3fe5b8799cb982b42b63b4ed97615b0ea817b30fd 1.79 MB 2,513 15
785,711 785,711 00000000000000000000927b9e36be6d4a16f2f349a43e33838877b295cd328f 1.52 MB 2,460 12
785,710 785,710 000000000000000000004f2270f440d04d1a071a55292100fd7753334104d206 1.51 MB 3,590 24
785,709 785,709 000000000000000000024745b4fae615f7d0de4c84a48d99b391d6cde000806e 1.61 MB 3,015 14
785,708 785,708 000000000000000000036f4fe12fd9c7beb2e9a3c610c7b45a9a95185ba7897e 1.28 MB 2,020 25
785,707 785,707 00000000000000000005a3f463e1c1712cf9ee2a83ec652563021356e8267463 1.67 MB 2,488 14
785,706 785,706 00000000000000000005c00b86bca4b00f8e2ebcf22d472767c93dab20ec5277 1.71 MB 1,139 6
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.42 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.