Memory Pool Memory Pool Refreshing

6,184 transactions
3.25 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,969 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (111,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,910 795,910 00000000000000000004d1633d91c852ce496113e5e7f11bb47e2207b1bd763d 1.80 MB 2,532 17
795,909 795,909 0000000000000000000342dc3f5bff67b06b6e4a1875bbe5754a646cd9758da1 1.65 MB 1,931 18
795,908 795,908 000000000000000000004b54faf11771cf994419ea1df660d8713f68fa820db9 2.62 MB 4,456 10
795,907 795,907 00000000000000000002989c7aac6df1503944ee60312dd8949daaa00c1662dc 2.10 MB 6,329 11
795,906 795,906 000000000000000000022f73634d73b3bd0d2c38f93a81f0800e5c35d95550f8 1.80 MB 4,081 18
795,905 795,905 0000000000000000000288bd4cb2e2ee75b219dd391537a6856ba24946fcdc6c 1.33 MB 1,456 12
795,904 795,904 000000000000000000021434f73ddcb861c774fffedf4c4aeebd603b97d14019 1.56 MB 2,515 24
795,903 795,903 00000000000000000001ebcedce3d84dab04cc80fad12e90270e77a2037907b0 1.82 MB 1,605 15
795,902 795,902 00000000000000000003a0e73d7054617c5a777ac212dc7570f4784e81d97f54 1.99 MB 3,236 20
795,901 795,901 00000000000000000004e6159e6a82ef51f84612cde2179f3f4cce2abc4d156f 1.91 MB 953 12
795,900 795,900 000000000000000000012e11e0cfc39e280391156342fb0ce1d55d9f3ef49c4b 1.89 MB 491 11
795,899 795,899 00000000000000000001af45ad3eca30e8f1a244459470114e9a2b9bed9abf64 1.81 MB 1,608 16
795,898 795,898 0000000000000000000365453b73a0e06733ef71d1aef4634ee6a9105bc2c547 2.00 MB 4,135 13
795,897 795,897 0000000000000000000403298a05cb4c6034a1a704994eca8129d5636d72a958 1.62 MB 4,366 24
795,896 795,896 00000000000000000004dc20b88cd2d6a5d7c5509b2f3b9e9e2086c680275fc9 1.87 MB 1,001 13
795,895 795,895 00000000000000000000027b2b28abbd755c68e42eb75a44527b66882a6092dd 2.01 MB 2,091 13
795,894 795,894 00000000000000000004cf9e7004f86ddfd7e7396f3e4af67b174475a951c735 1.47 MB 2,639 24
795,893 795,893 00000000000000000002c2e74e551e151eacde879f77c0ee10215145cb6c18a1 1.24 MB 1,396 19
795,892 795,892 00000000000000000004a2a32d962fa06115e6975c82d4e2a47856b828e20f97 1.43 MB 3,076 46
795,891 795,891 000000000000000000042116b2707d6a5fdb558b32be87b1c58e35ab76f8dc53 1.97 MB 4,481 12
795,890 795,890 00000000000000000003258a743c6203425ff435bf5795c73378ddbd78999d67 1.84 MB 1,943 16
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, 113 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.