Memory Pool Memory Pool Refreshing

2,986 transactions
19.52 vMB
Show Random Selection Loading Transactions
Max Size: 79/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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,686 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (908,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214 214 00000000ce6a645a076668ffee89c52a85834cb8b30dff55c76418230601d42a 0.00 MB 1 0
213 213 00000000fd69a5ef7d33e19d8eeab6e88f9345fdf3faddb650a988deb876e827 0.00 MB 1 0
212 212 000000008664fb07a9bcdc7298e0c70ed577f2915d6eb06a934921cb7fbb2aec 0.00 MB 1 0
211 211 0000000036a2d643bd78d457cab4320877a24303cc567c8ca84f6937802d0bc4 0.00 MB 1 0
210 210 00000000101932342af01908230784689a23deff717dcfe16552d673ff30f16b 0.00 MB 1 0
209 209 000000000e478132f5d6451cdb061aa1b639b7a375d566a68702984124ae6b03 0.00 MB 1 0
208 208 00000000fe5020fa736e81aa601b61c4c8007c171a92fdc802649970b81f82ff 0.00 MB 1 0
207 207 00000000f5714fa64e1f16186d5afe7100ca4393320cef8298e0f59e64c3b008 0.00 MB 1 0
206 206 000000007986095d6dce2f41fd76e8008e828282400e46d3b49f39d19e2b7a78 0.00 MB 1 0
205 205 00000000d7e3261b16abe2fc1811150812ee0d6f6fc3727cadd8821df2d96c45 0.00 MB 1 0
204 204 000000009e50091c12aa8dc002a193522a5781a1a526ea96c77fb14f75aac9cf 0.00 MB 1 0
203 203 000000001ee5a7a841a87b59245aa36f03b5d7d3d43963d0f2bf76f3d1fc2172 0.00 MB 1 0
202 202 0000000009c730652f9bacbf750723245979b5978dd8332fb3581a90c3a5bda8 0.00 MB 1 0
201 201 000000002b50d5963806b024fa09d296a3d8762713536eba9e5bdfa7596f814a 0.00 MB 1 0
200 200 000000008f1a7008320c16b8402b7f11e82951f44ca2663caf6860ab2eeef320 0.00 MB 1 0
199 199 00000000b7691ccc084542565697eca256e56bb7f67e560b48789db27f0468eb 0.00 MB 1 0
198 198 00000000e85458c1467176b04a65d5efaccfecaaab717b17a587b4069276e143 0.00 MB 1 0
197 197 00000000ef271937f59286dc81d6b28196ff099bf266e12a3442c4b82c9db814 0.00 MB 1 0
196 196 0000000091206177d68fee7a5a6b4a0747c39061c2eb82f800b447a077bfe310 0.00 MB 1 0
195 195 0000000068b997ae9d5c9c63ecf643bb4cff3c4e4cf765ec2479ecd8b1cfc8fe 0.00 MB 1 0
194 194 0000000095680bb7be29ad8e6838ccb3eb3af464b813ccf31b4ea717fcc93ee7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.26 GB sent, 98.66 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.