Memory Pool Memory Pool Refreshing

6,608 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,993 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (19,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,329 888,329 00000000000000000001e06fc6f17ce7965d0907441b8835d0000c44259a7aff 1.59 MB 1,625 1
888,328 888,328 000000000000000000010ea3f3d6dd758b50e39688481141475f9c966326caf9 1.50 MB 2,214 3
888,327 888,327 000000000000000000009bb6f99dbbb13dc53ee50ea0cd086d57748ee194a6c6 1.13 MB 813 1
888,326 888,326 0000000000000000000169a59f09adf45d1d36f62cf713b8dcdefe25562161de 1.07 MB 222 1
888,325 888,325 000000000000000000020813fe493b442141460a96d9db929c657b6dfe25c65a 1.18 MB 1,291 2
888,324 888,324 0000000000000000000051d800227d9bf75867b80d0737ce548a802863d5fe6c 1.43 MB 2,436 3
888,323 888,323 000000000000000000002dfbe0277dd6b93ad896e87eaea998d87e3d4372511a 1.60 MB 3,658 4
888,322 888,322 000000000000000000024e61b4cd8cc4990e030d24aa41d524f9ee643e1b02fb 1.67 MB 2,835 4
888,321 888,321 000000000000000000013accbc0dd467dcebfb791b0be58214f44602adaa4c42 1.49 MB 2,288 8
888,320 888,320 0000000000000000000158bf92e38e1916b929e30b9a315064fdc527d3382806 1.55 MB 4,098 5
888,319 888,319 00000000000000000000965ac182f5abfcd421430b13c507eca2388d817bb8af 1.52 MB 2,283 2
888,318 888,318 00000000000000000001a818f3bcd9610ae10ce56fca6fb4b9b6ffec49843d45 1.56 MB 4,063 4
888,317 888,317 000000000000000000012bf9bf2d2d24396a66a6e10d74dfc7ad4a9cd3bf7ff9 1.20 MB 1,194 1
888,316 888,316 0000000000000000000011ccf33ec7b6f87159af86563808b47462f99387aac8 1.27 MB 1,852 2
888,315 888,315 00000000000000000002078cd03e5824a21bcf167b5da7ec1ab976242fe75b66 1.65 MB 3,041 4
888,314 888,314 00000000000000000000b0c55c39ad806e0dde6e8215a87c0512e298ae1865ed 1.60 MB 2,075 2
888,313 888,313 0000000000000000000261aa2462c0c64ff54c46c46cf1c7abba32beffc690dd 1.69 MB 3,406 3
888,312 888,312 00000000000000000000dd4a5da001f99799ac1359917c8698b2d1ec8905fb9d 1.63 MB 3,392 6
888,311 888,311 000000000000000000002b748ec9eefac26a330e5e2b8e33c23e50d5d116d33d 1.69 MB 3,024 4
888,310 888,310 00000000000000000001dca47a209b2126adf67c140636802323a6716de8abae 1.74 MB 2,721 3
888,309 888,309 00000000000000000000c0e9c120a054e03cc296da215d20b93814fa2b75c78d 1.64 MB 3,456 5
Previous 10 blocks ↓
Total Size: 769.22 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.67 GB sent, 94.04 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.