Memory Pool Memory Pool Refreshing

409 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,789 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 398 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (672,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,959 234,959 00000000000000bedc3904c4623b160a49cc3c35d61c59f45129486022a930b2 0.25 MB 143 14
234,958 234,958 000000000000019c6db9ad84646f94670f44b9187db74fd27ceb507cd6b94dd0 0.15 MB 178 113
234,957 234,957 000000000000004d979714e301bec502d451cf91110d205f554b274ea5b3a513 0.00 MB 7 75
234,956 234,956 00000000000000d89ea6361eaf5ec7012e03f88b0ff7ee0f90ff8f9c6c347660 0.12 MB 267 176
234,955 234,955 00000000000000ebd2562fc22a50aaa32421f9aafa7e3e94eb0405da90528ff9 0.14 MB 281 164
234,954 234,954 000000000000013596da817b3be0e85158a8144872395239c9fd35936b83ea9c 0.25 MB 515 155
234,953 234,953 000000000000012ac8983694728d017b65d3d1127763a661a77a0843291e11d0 0.21 MB 472 172
234,952 234,952 00000000000000ea2a4125887e15e36c4255cad710a8a70318a6a5de81530ef3 0.12 MB 296 177
234,951 234,951 00000000000001863ca308065f6244e70f018a3a9203ff8086e65432744aaac7 0.15 MB 338 182
234,950 234,950 000000000000010423472d8213cabab72da52f0c9af412bdb2882d0d0c894cbe 0.09 MB 168 103
234,949 234,949 00000000000000b59b595f5a17ee9dad6e26c90ab11c9403f49618a984392b9e 0.25 MB 353 421
234,948 234,948 00000000000000017f34dc31e585cec68ef11f261d0c9637d6152758dec8aa4e 0.25 MB 453 158
234,947 234,947 0000000000000006a8693c10949be55517c2fcf9f31f57fe8897f4e900f2740b 0.10 MB 243 173
234,946 234,946 000000000000016779d88a16b6d71ebd53ddf860f466f1f3d906b43a45f50865 0.15 MB 459 21
234,945 234,945 000000000000018946e7d4b27a3c121863a1c7eaa29d643617fe464e79d1a3c5 0.02 MB 29 125
234,944 234,944 0000000000000079747c3d02b061df6aca96c5076cecf6e1f39b2feddc8a5a97 0.11 MB 239 178
234,943 234,943 00000000000000a91e77ddd31221707858b94c1a944c6f529eb7bd7332d83376 0.25 MB 326 65
234,942 234,942 000000000000012b0236db4a6560ccf38ea4eb792d1adffc1c456c2eaac0d301 0.07 MB 127 162
234,941 234,941 0000000000000134b26693e84da008c85d8deb365ae0c2a5e242994cf9fc8aad 0.25 MB 170 33
234,940 234,940 00000000000000d202ab0a7e5037d73400d1dd11069716df0b67e796e206cab3 0.25 MB 803 162
234,939 234,939 000000000000002d4595279e41ff391038bab88fda117ae7605b0414051b265e 0.15 MB 106 12
Previous 10 blocks ↓
Total Size: 769.14 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,632.10 GB sent, 93.60 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.