Memory Pool Memory Pool Refreshing

3,052 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,766 (613,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,900 293,900 0000000000000000d6b91012710ed1264eb050a08268890c3b85fd1c0e12c98f 0.86 MB 395 21
293,899 293,899 00000000000000006ecaf2bdad10f8c44f0a8a06c7219bd6f9f58496a614fe01 0.90 MB 746 31
293,898 293,898 0000000000000000a8cac1e60461f24a861c4b1295f239611ca13d9bf78de7ab 0.35 MB 673 42
293,897 293,897 00000000000000003171296a26cf2887d9d0fa81619390956c519c31ee22b111 0.50 MB 973 47
293,896 293,896 000000000000000046ce2d3369044984b744d66d64685145b39b838115ff1760 0.35 MB 300 28
293,895 293,895 00000000000000008cdfe2e457b70199229e02bd4ff62adf47ef1804a1e0ea79 0.92 MB 414 25
293,894 293,894 00000000000000000e6686cdfa337a95b1092cc1781a05998f798d613463787c 0.35 MB 697 39
293,893 293,893 0000000000000000d5ef50943b6a55fd6b7328f62bb593f9750fc2adce721c53 0.02 MB 36 35
293,892 293,892 00000000000000008fa734024aa8a3357dcf3672dccad9643b2b2cd254773944 0.08 MB 195 42
293,891 293,891 000000000000000050a52a7dd08f31b5dfdee01cb67b5b7cfbe3a30b6eb78be8 0.07 MB 163 30
293,890 293,890 0000000000000000434ba11ff3249284b0ef5e60a9efb3f59b0bac7e93779077 0.22 MB 502 41
293,889 293,889 00000000000000003ad29efb5e136fcade0b7a5604427d77bc81f3225ee64619 0.04 MB 131 48
293,888 293,888 00000000000000005b76f050c03bc3e6e1764d0edb7c5e5fa95aa5e8d263cda6 0.26 MB 577 39
293,887 293,887 00000000000000008b96985c65fb9f4fc83e39c1790ac6144df56b00c2e06f91 0.23 MB 461 41
293,886 293,886 0000000000000000d994b151b5604dd829f598f92541eedde5eb1a441e2c6b25 0.04 MB 64 29
293,885 293,885 0000000000000000222269c232113d9eb43cb3b5f76445c8b7b26427ef5c14d3 0.04 MB 104 37
293,884 293,884 00000000000000001fdea0ec15e6d841cc3fc122cc544173c480f8b5838fc08e 0.11 MB 244 33
293,883 293,883 00000000000000009f5d0663dd9d50538cc6f723ca6ef8105e841aa07aa959fd 0.01 MB 16 14
293,882 293,882 000000000000000054bc2075d01e514e47868e3130adbd4f0e99f7b54b375c32 0.22 MB 397 33
293,881 293,881 0000000000000000660b2a300df77d873b0042e67cf69928c7733a557167d102 0.02 MB 29 26
293,880 293,880 00000000000000000803ce7e9cb7714809c2ddebdef9a02b6e40b4c537a1e6f6 0.09 MB 190 29
Previous 10 blocks ↓
Total Size: 769.10 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,629.30 GB sent, 93.42 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.