Memory Pool Memory Pool Refreshing

5,804 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,116 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (237,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
669,914 669,914 0000000000000000000350a5bcb4ae4c14d8c8e79cbfd3b9d8f294d52731bf82 1.24 MB 2,825 101
669,913 669,913 000000000000000000075a1ebc1707d15b18ff5c62a1655fb23682321b3484d6 1.38 MB 2,447 162
669,912 669,912 00000000000000000003511f5bfc3430ad787d0167b3e28307ee347bb5f3a77c 1.28 MB 2,718 103
669,911 669,911 000000000000000000046ee44d3cfa6ba970cef179d2f2191abb8f00f02ff6da 1.25 MB 2,859 116
669,910 669,910 00000000000000000009c1f0e43d210200a967d229a3cfc2356d4dbd4d0ce5c9 1.17 MB 3,617 129
669,909 669,909 000000000000000000058305356696c72fc4e834ac5cedef95268f8b090504fb 1.34 MB 2,874 153
669,908 669,908 0000000000000000000961bed70f2a4c60ab7c121c5d5d54d43a042895839912 1.40 MB 3,111 139
669,907 669,907 00000000000000000001eb91f987234e4fe1f46fb4238db2c7d4eac4961dbd9e 1.30 MB 3,027 167
669,906 669,906 000000000000000000070760c8ea7f7f408c57b8597903eaac49975e03507acf 1.13 MB 1,110 141
669,905 669,905 00000000000000000008ed1970e4fa4231ace902d25c6cdc8508bb38061f60ef 1.23 MB 2,282 150
669,904 669,904 000000000000000000065070cc8cf27cebb0e1644c9cf59c2d3ae14c8dc4949d 1.35 MB 2,958 156
669,903 669,903 0000000000000000000bceffdab85e9b9a963f9c7675e00c2b6702ed7d4a5f08 1.25 MB 2,786 148
669,902 669,902 00000000000000000005f1d3838bba9d900fc84767fe14d6881b8fc6a66def0b 1.31 MB 2,431 133
669,901 669,901 0000000000000000000c9bb6b1c4386ae7e4a7cc744e9cd35fc957d09fe57650 1.27 MB 2,547 136
669,900 669,900 00000000000000000002330551f1b6c3e7f5ee556c7399a077f829939688e7f7 1.34 MB 2,725 158
669,899 669,899 00000000000000000002c73a9942ba2f75b183a998aa27312401497861e82c4e 1.13 MB 1,297 136
669,898 669,898 000000000000000000096558f1c81d4579d35247f54a21952c3c968909f1a8d7 1.27 MB 2,894 143
669,897 669,897 0000000000000000000b63198d182c4ff44034af8664027e7e9e2eebb1ac16ef 1.25 MB 2,833 144
669,896 669,896 00000000000000000007ae7dd0322254aa0e26f5ef16521651ace5db707ceac2 1.23 MB 3,464 141
669,895 669,895 00000000000000000009d968473bedd72f92cff34c04562b56345ab672210fad 1.39 MB 2,754 160
669,894 669,894 0000000000000000000b40c4794ff3140d942e494463248071c92158371cf432 1.33 MB 2,400 161
Previous 10 blocks ↓
Total Size: 768.96 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,615.03 GB sent, 92.61 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.