Memory Pool Memory Pool Refreshing

6,337 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,728 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (665,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,815 241,815 000000000000001465401641e75664c9e5f04b178ddd1869e5a5fd707801a9ab 0.04 MB 93 198
241,814 241,814 0000000000000053ab766c22bf9e9162975623e113d532086b20a102e271d50b 0.07 MB 170 165
241,813 241,813 00000000000000901ff023991836be274e8d2452cc915e3c645c8245441e975f 0.10 MB 204 140
241,812 241,812 0000000000000000dd0b5d674fbfbff2f038b8714ded974e3d9fc8c4da50db1b 0.08 MB 182 188
241,811 241,811 000000000000005f6348452f8ec21a1ca0cec9f32a7dbed3e412d59f3389b0dc 0.07 MB 129 118
241,810 241,810 0000000000000090167ca2359e477580fddd19ac8094a9991bb7d8967982e4a0 0.06 MB 130 127
241,809 241,809 00000000000000daf4195a93259089de521570762389808fae19f1cbb130abd7 0.09 MB 227 157
241,808 241,808 0000000000000072ab99ba39640ec0f67333672e126e55f344fb741f6689bcbd 0.04 MB 68 109
241,807 241,807 0000000000000096aa2678f7329e6561ec80f18012b2b18696f9c0ed5c168ac1 0.08 MB 207 160
241,806 241,806 000000000000008b4178a772cc7f3c3e1f282ed2cbdb9b084177578ab8914468 0.13 MB 273 129
241,805 241,805 0000000000000069aa80ba2914b4331e548eb3a3f9f6c948c14215c131e6ec12 0.04 MB 111 179
241,804 241,804 0000000000000010691d5d06d0f1f0a3f42139a387885d03bd7246474b3a4e37 0.08 MB 143 106
241,803 241,803 00000000000001082b2cc93c7fb3e6d951e5e16a07434ee2d1d11a1618993f53 0.00 MB 9 111
241,802 241,802 00000000000000eb1b8c2ad29e8fb32308c9862a6c213760f3ba7145ccecce2b 0.05 MB 113 99
241,801 241,801 000000000000010ecbb1a4d6616e0b53ac47dbb29b060d3b82b599f05cf7d5b6 0.09 MB 205 184
241,800 241,800 0000000000000038f2e042acc31dd9c629419ef687d1a18b1f61ac9d7de0aab8 0.10 MB 211 150
241,799 241,799 00000000000000114c39b31bd572b32f3321dcab0c32b088a450110a6df76448 0.08 MB 182 176
241,798 241,798 0000000000000078800724db45c463b8711c906ff4e76c7a0c3969f1b375e226 0.07 MB 127 129
241,797 241,797 000000000000004cec90fb6c62f76b921b6cc2a4b37d664aaaa7f288d0115b03 0.02 MB 40 144
241,796 241,796 00000000000000dbe5f124f92b12b07f254c197f121693e2affaa154cd8e2817 0.10 MB 244 173
241,795 241,795 00000000000000e7648a26393da5ad772fd6f523b0d9d47aff1dc1da5c40053a 0.09 MB 185 107
Previous 10 blocks ↓
Total Size: 769.08 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.28 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.