Memory Pool Memory Pool Refreshing

3,762 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,673 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (784,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,912 122,912 0000000000005e2fe1f6f5172b3810ed8abd93fc0b0cfa4673857b749e9a67ad 0.00 MB 17 0
122,911 122,911 000000000000890c4ee1be0451da1fb6b925324d9a702b9de2604931ebffc6e0 0.00 MB 2 4,464
122,910 122,910 000000000000860e0ae85725207f6522377fd07cf6e5df42d862ad6168dfd8ed 0.00 MB 7 0
122,909 122,909 00000000000028bed7064ae89343a4f8ff96cf02c1830d65eea3f00e1de2daf1 0.00 MB 8 0
122,908 122,908 0000000000004d836ad7ee99e9e946c4902a885c52560a0a1fac7b5e413941c1 0.00 MB 10 889
122,907 122,907 000000000000148d98e5118fb97d11655c91c0bf322efbd17d54c6ac9f445272 0.00 MB 1 0
122,906 122,906 0000000000000a105b03b243dc231dbb9373a5efb315dfa574af0d67123a4750 0.01 MB 26 153
122,905 122,905 0000000000001d3449bc10db3373c1e1f275d54b5d054f22ec79b9d2d976fdc0 0.00 MB 10 344
122,904 122,904 0000000000002ba5ba391ea9fd69055e60a23499cad3f5a79908515aa621531a 0.00 MB 7 544
122,903 122,903 0000000000005239430f52e246f4561e04a354552b5df4a5efb9ae853eba0839 0.01 MB 42 530
122,902 122,902 000000000000073ee507644bcfad48e106c7a0d74611943ff838037831fcaf2f 0.00 MB 10 628
122,901 122,901 0000000000004f15b7de4a3c007f7c764daff682aad7a1bc7be5e68ca78b4996 0.01 MB 18 781
122,900 122,900 000000000000621d24653b86c6ed7eacade0f2b0a968160c0a92721517d5db1b 0.01 MB 21 424
122,899 122,899 00000000000047d9bc96d796a493e8796662871c39fb0b164b581fa78a8bbea2 0.01 MB 36 2,697
122,898 122,898 00000000000092ad48a8099d64a0eb5b14bcf4845529c1bc28de91e9edbaf926 0.00 MB 1 0
122,897 122,897 000000000000989a58f86ebf26b77ab9b3fb62f2c8cd83521909bf3fe7bc8804 0.01 MB 30 238
122,896 122,896 00000000000038b6aff3bbe3ede3798330a2a2a62e1b60edb084dd9eeebf5f0f 0.00 MB 12 0
122,895 122,895 0000000000004b31983ca3d3e382d1eb18c99df5da6ef1e28019ee3dcb1ef10d 0.00 MB 16 504
122,894 122,894 000000000000710630dd549bbfe384886c639a5798f5b835bb03df9da84a30e3 0.00 MB 13 0
122,893 122,893 000000000000851de02b4277a204c2160a3727b559b7b232b029f6c8a770bc1b 0.00 MB 10 0
122,892 122,892 0000000000006518f289965d52d79a010eca0f50a6c0f5864a88123eef529034 0.01 MB 15 478
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.79 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.