Memory Pool Memory Pool Refreshing

3,013 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,695 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (743,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,521 164,521 000000000000078de415bd1a21aa7333ab0b525649a4b771b60663f7094dbdc1 0.03 MB 34 60
164,520 164,520 0000000000000a3897a70347ab5bed0568744fad7ed07cd0de953404044c80e1 0.00 MB 3 80
164,519 164,519 00000000000002f239c41ea8b1f7440c980f81ec7ba9b26b334282a28d012905 0.02 MB 55 31
164,518 164,518 0000000000000ccaff60f59a8e23fd30617f697a774cad04f5667b50520cd38e 0.00 MB 8 26
164,517 164,517 0000000000000b2b7ad7a8d07f11d4252da56166043bd1814820ef7bbe54da33 0.00 MB 11 278
164,516 164,516 0000000000000110643efe50d2d4ef6fd2f074a994ced28fe183e1cc6a0d9ab7 0.00 MB 7 0
164,515 164,515 000000000000017176cf9d19fd88339059f2929de11b91ac6ba4d4ca7da54e93 0.01 MB 21 50
164,514 164,514 0000000000000433946302c73eeae3382694f73bb361673a2641491e28d1323e 0.01 MB 20 157
164,513 164,513 000000000000047328137656a102333f382b3117e6f59aba70f19838ac406c50 0.01 MB 39 133
164,512 164,512 00000000000009fcb22206a9887d8c71625628d849c1070145bd1d216e213000 0.01 MB 29 126
164,511 164,511 0000000000000c790fed0c9aa9bbd834776e7800fa71b4e01d62a70a5d53da9d 0.02 MB 50 25
164,510 164,510 0000000000000b309e396be616d529b897889b250a1259cd3fea8d5d76aecb4d 0.03 MB 50 309
164,509 164,509 000000000000009ee2aa67d1b2d9037d298da895ae58645d459ef9008da801ac 0.00 MB 10 332
164,508 164,508 00000000000001054c9706ffe6c596c37698a7178325d0c7a908aa37d602d38c 0.01 MB 22 131
164,507 164,507 0000000000000257a8696e270b8941de8381ef64b7af5e28300e8ef798187ca7 0.02 MB 54 61
164,506 164,506 000000000000064792438bd4679dadd2b9699fc13ca16ed87e8bc921eba5cdc3 0.00 MB 9 50
164,505 164,505 00000000000005dedcd0ee81c92c7861a8f39684007199076191cdc1b709a853 0.00 MB 9 417
164,504 164,504 00000000000000e7bd672f82654fd226ff509ea0bf2e7aca08ecc016293420df 0.01 MB 14 76
164,503 164,503 0000000000000c3b51e13bc5dfe55f0c63496cd2fb8c2737744a0537c6010cfd 0.00 MB 2 0
164,502 164,502 000000000000092753d3e2d9b547cdd7b43f90910595fe7b130147c187a7b3e5 0.00 MB 10 51
164,501 164,501 0000000000000a7f0f6b89c3d6a2d92b4d0e5e4ff079fbc3ca8423ca49aa7b96 0.02 MB 32 48
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.28 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.