Memory Pool Memory Pool Refreshing

3,360 transactions
14.68 vMB
Show Random Selection Loading Transactions
Max Size: 61/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,301 (878,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,235 30,235 00000000f944e1fb138aa624ac3f09ec3088472ec76ef02821b956e2ecda644b 0.00 MB 1 0
30,234 30,234 00000000272af1c7c6afb3ab659351a52effe88b2cac86a8433c0b000759dced 0.00 MB 1 0
30,233 30,233 00000000e392e71ace80909aeffda44853b534eeaa7f2cf0075057510b5ad6b4 0.00 MB 1 0
30,232 30,232 0000000074e18ede9d531d013aa37141d087bf354d2d9318b8db557c4690bb6b 0.00 MB 1 0
30,231 30,231 00000000cab2ad640e878c94f41610a3a21541b266728d029086136bce047fd5 0.00 MB 1 0
30,230 30,230 00000000bbd4a9bea30dfbc08858e92e353101394763c27aa2595faf2fdbe6de 0.00 MB 1 0
30,229 30,229 00000000a3e008fc688b82c7513b5870909fbd86cf43026130a569043d737756 0.00 MB 1 0
30,228 30,228 00000000c5d9fad858f94e13c54656552e6ce93fdda985d39f7b5e0d0cf53f1b 0.00 MB 1 0
30,227 30,227 0000000023afea041c20b805bf6a4da1346a615875099f58ceceba8cc70e327e 0.00 MB 1 0
30,226 30,226 000000005476927dde44f7d1a61b12d315af18e774ea0a1ef6965f12672eba73 0.00 MB 1 0
30,225 30,225 00000000a759d30f03f6f9162266b0891c86b73823cef82557d6a895570690b2 0.00 MB 1 0
30,224 30,224 000000005bdf771e8a3c01f67f452d7d8cad56b9abb78e810056b983c4ed1fc1 0.00 MB 1 0
30,223 30,223 0000000013bfb7d61af940cd252d77465d516df21d58b66713277383c66b753a 0.00 MB 1 0
30,222 30,222 00000000ad0c167c5ce3eed2ce20b4c2661ec06eee953c57a2ddb0c29ff1512d 0.00 MB 1 0
30,221 30,221 000000006bdc07f038d74652d12982f12209a70c927058eae004c3446b229778 0.00 MB 1 0
30,220 30,220 000000001dcc633422b4043f22b70f4bb9db884c1a98ce90463d20cc07570373 0.00 MB 1 0
30,219 30,219 0000000032793b8407b877579cf610e715360c325dcf471336c9ec7dce98931a 0.00 MB 1 0
30,218 30,218 00000000b015ff745e0a1be5ba346066271dea7c4fcc2010f3d6f2456e014e0f 0.00 MB 1 0
30,217 30,217 000000005787f45bb7f32ddb227c71c036244e61ca63799d86005cc1c6476b2d 0.00 MB 1 0
30,216 30,216 00000000ec66332b6ff3e39dca29c56e1213bf4dc71f2156375aede5dde0531c 0.00 MB 1 0
30,215 30,215 000000000e54cbfc169dcba243e1f1bf8b3e8537e6b399c49503f340a70ba94b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.