Memory Pool Memory Pool Refreshing

11,035 transactions
4.71 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,798 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (481,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
426,210 426,210 00000000000000000468f832a199c0288ea89fd9fd4f26313a12508a7625ac77 1.00 MB 2,727 67
426,209 426,209 000000000000000000d28b43ef224965f47e1b7f401e7fc1548fa0fa8bfebff5 0.29 MB 664 61
426,208 426,208 00000000000000000103b70e1c9bde55ea746cbfa896a629972749d6ec022ba7 0.34 MB 471 37
426,207 426,207 00000000000000000080ff47dfd30ea4f155365eea8eb529e853d8b00bfa3e1d 0.98 MB 1,384 48
426,206 426,206 000000000000000003d8befadf1ee97f8050e37f0fa23a45f7e398bd4bab8818 0.54 MB 951 47
426,205 426,205 0000000000000000035c8115fac1331b2b25ba976c5870a86a5d5d1d1e3e08fb 0.33 MB 800 57
426,204 426,204 00000000000000000092bd37f4d68c58a2323f5a2380ad7065d605e8439d773b 0.28 MB 648 61
426,203 426,203 000000000000000002e0dbd8610fb3bc9eb62ff5d3e29bca6cdc5f8e810dd470 1.00 MB 2,385 62
426,202 426,202 00000000000000000266c05c3d6fdae77da72353e23ab2d5dfb4b5ead528ae69 1.00 MB 431 9
426,201 426,201 0000000000000000029661340818641cbf7003f37d9329017da82099831971be 1.00 MB 1,816 49
426,200 426,200 00000000000000000200da5b6ae0ac10fbc019df0e2060e003b62553dd90ca73 1.00 MB 2,874 73
426,199 426,199 000000000000000004c9f4fe2b00fda688aba568ea3613db3551f6dbb281caa4 1.00 MB 2,742 76
426,198 426,198 000000000000000003b6bf542ed8449a5eb3ca6363370facd50f04a0b22b029a 1.00 MB 1,149 32
426,197 426,197 0000000000000000041b75ccdd5acd5a6b7915a0f26e6183343bc2c232f809fb 0.06 MB 156 67
426,196 426,196 00000000000000000144a1f49484da2601f5decf33dfadc9651e23563a826e8b 0.28 MB 600 53
426,195 426,195 00000000000000000115e15a7ade06767b13f9aa76228215c6ca10cb1480817e 0.44 MB 543 68
426,194 426,194 00000000000000000147a25f47a7b391bd2bbff387991b9708134f80860ab1d8 1.00 MB 613 19
426,193 426,193 0000000000000000047fd7176afa976e9c1a7bbe269a0bbe023f958d3645bcb0 1.00 MB 447 12
426,192 426,192 0000000000000000034b8056f699a29f50136c9376d64b3ab82a75638eb93ec9 0.45 MB 1,048 62
426,191 426,191 000000000000000003079d6955029a9b951d62acf891745fe6217ef630944193 1.00 MB 748 19
426,190 426,190 0000000000000000016f124acdb695fddb046fe3e7f0c0a2b4f65cd7ae90942a 0.49 MB 1,360 54
Previous 10 blocks ↓
Total Size: 769.03 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,625.08 GB sent, 93.02 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.