Memory Pool Memory Pool Refreshing

8,676 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,907 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (451,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
456,279 456,279 000000000000000000670417b8d12a30a2e3e014bbf5c58a6f5d7e4867549b00 1.00 MB 1,397 118
456,278 456,278 000000000000000001f2b0e47ba8c1b5285b446f57918504aa4568d0fd758482 1.00 MB 2,056 129
456,277 456,277 00000000000000000184f2c35b36599a9aec7451f85b29aa1a0e2cc6a8712677 1.00 MB 1,734 164
456,276 456,276 000000000000000002592b9bcc7c344cbd5dec650e6007bb717bb1dff69c7020 1.00 MB 2,671 214
456,275 456,275 000000000000000001d17328e7ea97bb54b54e458f2d04ad66845cba49648bd4 1.00 MB 1,976 85
456,274 456,274 000000000000000001cbda6715ff34e0eb6c33a46111d9660acedcd18ae9764b 1.00 MB 2,129 130
456,273 456,273 00000000000000000135c27715f523a816bf8b4df04f7d4924f46d46556720fd 1.00 MB 2,171 150
456,272 456,272 000000000000000000afe6bcaeb664d140a1ee470168632721d4080e6c73a8e2 1.00 MB 2,373 200
456,271 456,271 000000000000000001ce5b2e74989d75893c787638a72a711de5867ecbe59390 1.00 MB 1,893 154
456,270 456,270 00000000000000000124a59b8c90725f09d9b20ca26c5676ed78affbadedec8f 0.30 MB 745 182
456,269 456,269 000000000000000000190c22b93f021ce17326271d94fddd2ab07bf740dc18ed 1.00 MB 2,445 206
456,268 456,268 000000000000000001af8a8f5bcb48f4b446ba61319bd3eabd79fd8c2cd556e9 1.00 MB 1,428 101
456,267 456,267 000000000000000000673bd50144c664322236ac54343a8295de9482ce04e655 1.00 MB 1,860 125
456,266 456,266 000000000000000000e5b2e4fdc83ba8ae57337970f900b301b4fddc05d87e80 1.00 MB 2,376 148
456,265 456,265 0000000000000000009251c09411d8599b4755b100cc94e3642c548d4abcada4 1.00 MB 1,432 149
456,264 456,264 0000000000000000025ad90587e4c34e4c4480c6e0f6ad8eb88680226569dca3 1.00 MB 2,326 174
456,263 456,263 0000000000000000015f9faaebd207848d6a745bd5a399f4df4f1ec50b1da871 1.00 MB 1,676 242
456,262 456,262 00000000000000000244c5c6f2c8a03739a09f13589ec7d50e84acabd17698d0 1.00 MB 962 72
456,261 456,261 00000000000000000025da15ab669b2d0b5154c5e1180062658ca501375205bf 1.00 MB 1,957 121
456,260 456,260 00000000000000000050590179379dc258b4666e7c1e5c2750f87ffc70319d12 1.00 MB 1,260 98
456,259 456,259 000000000000000001697b2839d457d959729f2afdd6d9e87825e63f91cd90c4 1.00 MB 1,764 126
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.