Memory Pool Memory Pool Refreshing

3,989 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (588,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,219 319,219 00000000000000001945e08be3442c61250b3b5abe064ed524d741a224e722e5 0.35 MB 458 32
319,218 319,218 00000000000000001fcde66c0ef10c5057bb05a0e1d83cace058bb6dcd79080f 0.26 MB 448 28
319,217 319,217 00000000000000000c968fac96be4076b1cac9519c28c4ab917ac4d096c4205b 0.21 MB 398 28
319,216 319,216 000000000000000022a831fe478696f6a4709a21956233319f423c0ef1478fd1 0.22 MB 256 21
319,215 319,215 0000000000000000082bd422f42a63552e9247e03acf016764efa843219acbec 0.21 MB 416 73
319,214 319,214 0000000000000000188150e3f544e3a1726bff35ca92e8b264f0ff1f8a20733d 0.14 MB 272 20
319,213 319,213 000000000000000007755f9d964ebd09f004f0e0957e9dd197952b1728f14b39 0.21 MB 378 22
319,212 319,212 00000000000000001d4c7882f69ce5ea4c27c2bc62ed350f38665e51e373223f 0.30 MB 471 24
319,211 319,211 00000000000000002292bc8e36574e5371e84111d0a7a14c6778d2e393cddbd1 0.45 MB 737 24
319,210 319,210 000000000000000011ee796a55f460ea57bc632694862588bf9db65b1ab4a59a 0.35 MB 402 15
319,209 319,209 00000000000000002785f24d26cfb21043d8fdf9d2745da056c5b0d015b9896b 0.14 MB 222 26
319,208 319,208 00000000000000001fdf8bf5ef54bb619caa8a5c704a0a1d260ec060dc5057cc 0.45 MB 722 26
319,207 319,207 0000000000000000270d6c02746d4b2a0143f75e94d464c18d56b4d17932ef34 0.01 MB 25 23
319,206 319,206 000000000000000007fba86ea3aaa3bb49a1ee4120d0025a74f4c069bcd16ba3 0.15 MB 275 27
319,205 319,205 00000000000000001b2da002128688a2efcfc9f1e0daf5f74204f79b26ec1fc3 0.75 MB 793 18
319,204 319,204 00000000000000000d220376dfce4438e0e86a4fa8c666af2bcc7f1a75845d54 0.75 MB 751 18
319,203 319,203 000000000000000020fa27eba568167557ba36797549b20a98aa2f43662c2f57 0.90 MB 2,316 34
319,202 319,202 00000000000000001e0c038ab59fe7e28014c5a4f757328f3decb9c44dbdd387 0.30 MB 616 31
319,201 319,201 00000000000000001302530b40452a9b7966f394e08b607e4bd0956753da5c1a 0.68 MB 900 24
319,200 319,200 00000000000000002323cd51cfc01084d0dcf088422ab661bf5194e4368b887c 0.75 MB 1,993 62
319,199 319,199 00000000000000000feff85c2d14c9fb33119068acdb113a6b094a9b780b147c 0.13 MB 224 28
Previous 10 blocks ↓
Total Size: 769.05 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,627.32 GB sent, 93.12 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.