Memory Pool Memory Pool Refreshing

1,279 transactions
21.04 vMB
Show Random Selection Loading Transactions
Max Size: 84/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
908,321 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 1,061 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,320 (871,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,211 37,211 000000003d3c177f9290f68cb7eff4cf8369ce43b1138ab15ac80eb939ced02c 0.00 MB 1 0
37,210 37,210 000000005e4a4c5c907fc9b2c294b8cb2ef18ad2b0cbf406dc78be8d12197aab 0.00 MB 1 0
37,209 37,209 000000009474d388a2ad6ac47a2e00bcca77da15ffba3b5bc48532586247d0e6 0.00 MB 1 0
37,208 37,208 0000000041fb592fb124dd14b70590597a5cac161377682f9940c88258199146 0.00 MB 1 0
37,207 37,207 0000000041ffc419df5fc47a1fddaf93991fadfd637c08525ff5ed8529d5a1ff 0.00 MB 1 0
37,206 37,206 00000000378232f7bbf0326b6dccda6a7dfb06d39ba0c928662c3c09c174425e 0.00 MB 1 0
37,205 37,205 000000004e4904b3924d0dabaea9879e5624f063cfd77fad00b76887986ee443 0.00 MB 1 0
37,204 37,204 000000000a8890493341017a70d16783d5912212cb2ad5384baf560021c23c8b 0.00 MB 1 0
37,203 37,203 000000002beedff7494a7dde3708e89d00620f0e4f45fa4443eb2cd60c35d5cb 0.00 MB 1 0
37,202 37,202 0000000028b7f56ec70d531e881c1c5ef3c234e566d961b71030b55f2d2d3ecd 0.00 MB 1 0
37,201 37,201 0000000037f4f02d6df0aab29503ce97b143a5c2bdf3c773001fb427178cdfaa 0.00 MB 1 0
37,200 37,200 000000000719eca768dec6d6d57b7953ee5696f3e193a185d000617a8773858a 0.00 MB 1 0
37,199 37,199 0000000021ca29a2eae620c95996a3ab31c75ca2b4c99d829ed93fd963be463a 0.00 MB 1 0
37,198 37,198 00000000037788d1051cb8a4e19747e722944da40dba347143b88af563c598b3 0.00 MB 1 0
37,197 37,197 00000000b41a51de610aa8ac171c84472fc773b84abeff5051f0819bc20e1cc3 0.00 MB 1 0
37,196 37,196 000000003a203abbed1eed1a926b439b89eca8e279655df706aa6a9316202c63 0.00 MB 1 0
37,195 37,195 000000009f0351f6c8f0619e3915dadfd0216a6f9415c7aed3f399298fa4863b 0.00 MB 1 0
37,194 37,194 000000001b103f719f6a1a0bd02a4e044fa5308b3cd561d88b5a7a7cddc70171 0.00 MB 1 0
37,193 37,193 000000008f0efbc88568b4a20766b5b1a99ad117df430a90217288a060ef6f3d 0.00 MB 1 0
37,192 37,192 000000009f1d8479d8179180e6272314cd6af0ed908064fe5df533c2360a17af 0.00 MB 1 0
37,191 37,191 000000009c9b0bf9d28b3fd8212a53916e99c56c17ed3f612d38b2ec986961f6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,701.06 GB sent, 98.64 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.