Memory Pool Memory Pool Refreshing

19,407 transactions
6.24 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,386 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (84,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,514 823,514 00000000000000000002fa8f012aa827e29614de825f6b373a10e43be70569d1 1.70 MB 4,422 147
823,513 823,513 00000000000000000002415bf633e5e82a1b6fb1409c398e9a7e67f747ccdecd 1.60 MB 3,338 189
823,512 823,512 00000000000000000001391ee7737e50f7a88832df00c9ea381ac03764342b40 1.58 MB 3,994 117
823,511 823,511 000000000000000000019ce61a5e8d0a5d6df67e8059b50b496c6a970f0369fc 1.61 MB 3,916 161
823,510 823,510 000000000000000000038f85b8433be97f6787c2a2805f19cb6689ec38744f73 1.73 MB 1,933 200
823,509 823,509 00000000000000000003782f8d54e84777a1c2415b13deec4d6a52e987aa690b 1.61 MB 3,924 147
823,508 823,508 000000000000000000035483c5b5716a32e968d418b2044966c4fc92415438c6 1.66 MB 3,809 142
823,507 823,507 000000000000000000027d45f5db264f36279e9f47b88b2b6fac90ae353155b7 1.77 MB 5,508 109
823,506 823,506 0000000000000000000313c5c4185285dad739f2fd8f109ab6c8acf17600701b 1.65 MB 4,859 117
823,505 823,505 00000000000000000000f76ace54889357bc25962c62f2df99d90c609df2777f 1.65 MB 3,981 133
823,504 823,504 000000000000000000018f16acb8c5e26ff39363a67a05cefbea8e496f0ed2a9 1.69 MB 3,709 157
823,503 823,503 00000000000000000003505ea22ebed6ae08764d104b2ec77e39ea9ada6c00ec 1.61 MB 4,240 119
823,502 823,502 0000000000000000000361392f383e5a53460354962fba1cad3f9978a8fb6107 1.63 MB 4,118 139
823,501 823,501 0000000000000000000010bd2070b254dedc66cbbf72b862e8d87fce39a0fc15 1.58 MB 3,755 97
823,500 823,500 000000000000000000003f1e2fdad6b5e7052d55b26091beec21b3864265a3b0 1.56 MB 3,936 144
823,499 823,499 00000000000000000001e868bf390dc799f6c4db772607d29b3ccb71fb44fb22 1.59 MB 3,788 159
823,498 823,498 000000000000000000018ac5561987a84a6cf9daae8a733d2dbb4b887e85b76d 1.62 MB 3,884 123
823,497 823,497 00000000000000000001dc229e9d836a94ebf84f60577a1d6d09d2ecf61b4f41 1.55 MB 3,945 154
823,496 823,496 000000000000000000012da3adac1baaedf8aa2ebbf75d019946dbe2153721e7 1.57 MB 3,672 156
823,495 823,495 000000000000000000009c5f1d5caa8ddafc4b2564ab375f49b9b84bc9d39dd4 1.65 MB 4,485 120
823,494 823,494 00000000000000000003b30cfcbf891eafa457e8d270447f7bdc40a853ddb504 1.63 MB 4,365 136
Previous 10 blocks ↓
Total Size: 769.02 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,624.48 GB sent, 93.00 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.