Memory Pool Memory Pool Refreshing

7,525 transactions
3.47 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (712,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,895 194,895 00000000000003c15031ffaccdfb50435c4823b01b590b5a4d52a92e40d161c7 0.02 MB 91 13
194,894 194,894 00000000000005a8dbcef2d0a1b89acfa34c1b7a8a1fa416ae58e38894af95dc 0.09 MB 270 149
194,893 194,893 00000000000001f3bd342395de252b1ced52f0c186bea76e64415c1cd16d1007 0.05 MB 108 96
194,892 194,892 00000000000006d162b7027c0498243495bb45132ed3aa182e837968c27aec53 0.13 MB 395 151
194,891 194,891 00000000000005ad1149d558e28f2835dc3db8c9fa007888e6059e80a5f3752d 0.14 MB 250 128
194,890 194,890 0000000000000230a82ff98b3ecfe61398ffd2e2b6a3495f4809f5d12005ca5f 0.05 MB 123 108
194,889 194,889 000000000000057c17fefcbb1aac2896b50a7a930ff7a6ffc64305a8fdcc5d6e 0.01 MB 30 116
194,888 194,888 000000000000070cfc03be66955c33f665de397a74b42e48e3e5c3e841714374 0.15 MB 512 112
194,887 194,887 000000000000035eb861fbf470e69209705107d19edcc1ef786a4ffa56382bb8 0.02 MB 67 110
194,886 194,886 00000000000004761a0180f250d52592e9c0e8345d6c39dea6106e731e734df5 0.03 MB 101 125
194,885 194,885 0000000000000441efc172a5ad16be569353a1e88fc3109b41002ada21b1ca62 0.04 MB 122 41
194,884 194,884 000000000000076bd198dc043487eafe9234c46ff1c5a06cb2365b3a36670a5a 0.12 MB 141 63
194,883 194,883 00000000000001470ee99216eca96259e5d70895eb8a9e34fd59839d648bae7d 0.12 MB 338 167
194,882 194,882 00000000000002e180d292a8550fe17348dd9bb04b6f253c1c93b59bf6533fd6 0.05 MB 97 94
194,881 194,881 000000000000040f074713d5cce17e969a7f73c25563001d6f7302c045866f33 0.00 MB 13 0
194,880 194,880 000000000000036a4f795f3e8f397cf74ab053b5fd011edbe1191792876f471e 0.12 MB 324 140
194,879 194,879 000000000000002d80db3a12f22515a23dee93a21665da255ba720bf7e7a186b 0.00 MB 11 29
194,878 194,878 00000000000003cef45360ad5a7b8990124f7edbb25a9cc3eae125a1f67bc52d 0.05 MB 94 173
194,877 194,877 00000000000004e9aa7f354397b9f28857df0a3d88444b5ce2f4aaa2a7d535d2 0.11 MB 277 174
194,876 194,876 00000000000003571a9d5eaa19f8d00dba4e2537b65b2e8310a3f7df32201743 0.01 MB 16 47
194,875 194,875 000000000000059fdd6c97bf7241eab524044edc0ad96adc6bfa7c1ddfa6eefd 0.06 MB 142 165
Previous 10 blocks ↓
Total Size: 769.03 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,624.86 GB sent, 93.01 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.