Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (76,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,809 830,809 000000000000000000020bcbab9d79907446cfbb0ce6169f4486e2695ec2093b 2.07 MB 2,160 17
830,808 830,808 000000000000000000014571899728660c2e7cdee26ea008191f9d63c6ebba02 2.01 MB 1,963 13
830,807 830,807 00000000000000000001d4a52a15d6e4731ffedf27212b02c81bc1392a394f9d 2.05 MB 1,784 11
830,806 830,806 0000000000000000000061a7917c49ee021ac7887df1304916789a667e41b6a3 1.98 MB 3,172 21
830,805 830,805 000000000000000000033a960894d242bd4f8b09a1577aa66baa747b0c395e74 1.86 MB 972 13
830,804 830,804 0000000000000000000292ee4aed764ba16a3be4e9d69350d42e2e85b988aeeb 2.09 MB 1,887 18
830,803 830,803 000000000000000000031209eaf764b5b2e2f373949951a5ec845c3a9da3fb51 1.84 MB 1,533 15
830,802 830,802 000000000000000000029f234e8ace80354f99fa0d1f0e86f59359c0013c1fb9 2.00 MB 2,296 19
830,801 830,801 0000000000000000000180224fe235f43135e7aabe0a6f3f35b41e863d99e50e 2.60 MB 2,467 15
830,800 830,800 00000000000000000001ce42d7ae2c604d4362f16dd31777b1c8d6ae7aa62d7f 1.51 MB 1,956 21
830,799 830,799 00000000000000000001b9f6c4ab8bc9b15944fb63f70c63cf01e04c9e675b94 1.70 MB 3,124 33
830,798 830,798 000000000000000000036062a49ff685cba5641385ee0a1cdafa2512c8e9a8c3 2.33 MB 1,352 14
830,797 830,797 000000000000000000010dfe2beb7670003b1017331ee9054cd38beb796e8ca6 1.99 MB 2,346 23
830,796 830,796 000000000000000000016ace40798dcdf4410d1e9cc5b9bdc9c51a6f01ecb070 1.62 MB 2,854 29
830,795 830,795 00000000000000000000aa2d64ab90d01f88934d65006a29318faed1ee8c48a8 1.65 MB 2,645 27
830,794 830,794 0000000000000000000017ae5ededcfd723a15d9441a43cc940dd3ce3edc4f48 1.68 MB 2,208 25
830,793 830,793 00000000000000000002e1bea0fd80a5699aab2e90b38bebd066ea663d6c7548 1.87 MB 969 14
830,792 830,792 00000000000000000000d04de45fc3db76d9e597b9bcc30bc05c64895dd96d3b 3.11 MB 1,004 15
830,791 830,791 000000000000000000027098e934f235b4a22fa53b4c02ba90c19e97ebffb2b0 2.37 MB 1,926 14
830,790 830,790 00000000000000000002c4a581ca32b3d6e9f52c161840562b84e3a05b527940 2.62 MB 1,800 14
830,789 830,789 000000000000000000023e95de09db3cb9cae11a61fa5f67e13d6ea18eb626a0 1.71 MB 2,540 25
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.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.