Memory Pool Memory Pool Refreshing

635 transactions
20.84 vMB
Show Random Selection Loading Transactions
Max Size: 83/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,321 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 404 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,320 (878,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
30,214 30,214 000000002f98e1384330b9a2b85d3b8178ba2bcb3861483be2c382be60e6b196 0.00 MB 1 0
30,213 30,213 000000006e3e8a13ed1365c008df3e6d583c4aed226cead227152b97cb433726 0.00 MB 1 0
30,212 30,212 00000000362c401988cfe6b67a041bf7c3c3ec3c7e084740673e9a73064c514e 0.00 MB 1 0
30,211 30,211 000000004209e6eb82d2ac7fb454e7a3a5bec3c3d642dfcb02dffe59cf9ba2e8 0.00 MB 1 0
30,210 30,210 00000000c14253d3dc231d3257052ea71a958e62f74b29b5326c7fa382c75242 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.24 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.05 GB sent, 98.64 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.