Memory Pool Memory Pool Refreshing

6,713 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,168 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (109,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,402 798,402 0000000000000000000357daa6d240b0eca7adad96a69612835217ea71e2a5ef 1.93 MB 3,048 19
798,401 798,401 00000000000000000003eac15ec669058d950ef9a942f61c13babd9d738d81b4 1.38 MB 2,587 28
798,400 798,400 00000000000000000002f4c42aafa8e490b7da07e50b6656930a095a5e1ed5d7 1.76 MB 3,507 31
798,399 798,399 00000000000000000001d7dc00702fbc50b59e470832ac5a4e55a5163b2e1a5b 1.93 MB 5,590 5
798,398 798,398 0000000000000000000094d5b1d09343b76a2d713850575b2c973fc5d51cc0de 1.93 MB 4,778 8
798,397 798,397 00000000000000000001f86c8bd9ec231742a305eb743430543ddbfd8bc8b686 1.75 MB 3,918 6
798,396 798,396 00000000000000000003aa7b75e36a2b8f640d09eeaa5c2456dbbdb6b36c24e2 1.53 MB 3,068 15
798,395 798,395 000000000000000000002a6bd60bd7bcd3cdd7f1027908857b4acd3ae19df7bb 1.87 MB 4,544 10
798,394 798,394 0000000000000000000310c5c61fba5c25b628b6c5e59fb46d4660ad93ae4aa8 1.56 MB 2,144 6
798,393 798,393 00000000000000000002b6a1c0ea98be43fba02be8cdfe6ee6fdf23d5cd223a6 1.72 MB 2,316 11
798,392 798,392 00000000000000000004665aa3e90046eef07ea9676bff93a2d56b86ed253ccd 1.46 MB 2,798 16
798,391 798,391 000000000000000000022dfb239d9a717a9204d882e5243eeb4422eb35d0789d 1.63 MB 1,259 14
798,390 798,390 00000000000000000002156c1e85d9b12172d31af2db26e1164c9029cff35c17 1.62 MB 2,983 20
798,389 798,389 00000000000000000003bf2b8b82c4f3280551ddb714ec4b16962a0314bd5bb5 1.52 MB 3,644 23
798,388 798,388 000000000000000000051f691c62b70c11a7003de961e1048327dcd337ad586d 1.66 MB 3,523 13
798,387 798,387 00000000000000000004ee895dd17b3fce503237658a90ba15fba9e8a1dbfca8 1.78 MB 3,134 12
798,386 798,386 00000000000000000005314bc04a2e0be10f51d7dc1c086055d088b4dba23f26 1.49 MB 2,815 12
798,385 798,385 00000000000000000004c4334f36518680214d6831cb6f2812045aa657267199 1.63 MB 2,487 14
798,384 798,384 00000000000000000004ab90c58c644dff51755248a995191dbf579efb7c7bd2 1.85 MB 5,249 8
798,383 798,383 0000000000000000000267756f3a18d71a1d081425db6610107155d858933cea 2.03 MB 6,132 5
798,382 798,382 000000000000000000013fad60c529e6b93f3d5a4814b10f5d01c5913fe82264 1.64 MB 2,731 7
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.