Memory Pool Memory Pool Refreshing

3,384 transactions
1.93 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
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,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,326 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (782,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,986 124,986 00000000000068b9c7193ad8c667b13543b061d795d5eb188cbb6284adf098bb 0.01 MB 46 355
124,985 124,985 000000000000314b3c308c9df8feb1762150556b7a727f9d063cc569b75804ac 0.01 MB 39 141
124,984 124,984 0000000000000ef8bef5b52a3377e04b887fd2a8c15faa86c4d1c3dfcaf27219 0.01 MB 33 237
124,983 124,983 0000000000003af297bf887d7299a9b5c57a99e0b0e697613fcb0c9ba37341d9 0.00 MB 16 1,260
124,982 124,982 00000000000009d1fad5ea354d9634f1718177dcc5eb5a1ed27dd01a73539b4e 0.00 MB 13 596
124,981 124,981 000000000000423ff4b8fbb18da688bb9afde213896d90d87f02d1bec950c2dc 0.00 MB 7 1,976
124,980 124,980 0000000000003299ec722f99e742ac184dc36578a8df6c5fb8d3e2fe83df77d2 0.00 MB 11 356
124,979 124,979 0000000000005af3dbb44fa456efff03840b58b22f08810526e9e8daac5afe3a 0.01 MB 17 349
124,978 124,978 0000000000004addb5f46674738d4239f6e6439eb7c4958788f588bcd8b927bf 0.01 MB 48 0
124,977 124,977 00000000000000b918785594e87e0a1b2e812bddff8c41f49df4d819f37fbd40 0.00 MB 13 1,101
124,976 124,976 00000000000043707a62e762434db4cc2bdd1198114c9dd5c2c6e5f09d80dac7 0.00 MB 13 521
124,975 124,975 000000000000173f044f92169b396a75854430638c5412ecb8cde3100f12c80e 0.02 MB 15 289
124,974 124,974 0000000000001b5c91b2fa929873dc3cf58359361c172ead59b4bcc3773bb19a 0.01 MB 13 749
124,973 124,973 00000000000024fd84feadf3d1b670358696f7befd7a64add3ebf152b5a9c378 0.01 MB 38 0
124,972 124,972 00000000000000bf435afdac0d3dab89aebcc98ef7e9aa0fb62e4cb4590b1a07 0.02 MB 38 321
124,971 124,971 00000000000032d782b0cbb7ae8ea3c5f3125f6f2a5c56c979acace150cb132c 0.01 MB 28 477
124,970 124,970 000000000000698e94ff21ce28927122306478c396598a42004cf3f2fcd5efcc 0.00 MB 11 0
124,969 124,969 00000000000063639478296afbd854f67646035c34d9099f7a155bb629606431 0.00 MB 11 319
124,968 124,968 0000000000003820eddc852d222c018d8b875f8fd90060b3905d8e28616d7c9f 0.00 MB 1 0
124,967 124,967 000000000000387bb31a3e3cded8dd1898f909b97c05d2ad51e2663d12d70e62 0.01 MB 45 421
124,966 124,966 00000000000023463ceca1e2e88b8f5a5d3362b179442d4d22b8325198fa4731 0.00 MB 12 1,722
Previous 10 blocks ↓
Total Size: 769.13 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,631.80 GB sent, 93.58 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.