Memory Pool Memory Pool Refreshing

1,126 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,612 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (849,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,230 59,230 0000000001f759f994a88b1aea1709350692a9efd18e86949daa255b11794f4e 0.00 MB 1 0
59,229 59,229 000000000e04baf4df17c956b584c376452c5aff428c29c5ddf523b58a0c9f64 0.00 MB 2 0
59,228 59,228 0000000008c166dbe44de4e9f94d1c0d90c9f056d28f5d918a333599eef6a72f 0.00 MB 2 0
59,227 59,227 00000000059c809ef0334f89c6e1672c3f5183f4d297dc09f640acbd193b2963 0.00 MB 1 0
59,226 59,226 00000000050ede78c834a8d6e7894485f0900e911586d89c6dc67b5db3c886b9 0.00 MB 1 0
59,225 59,225 0000000002178d9ee6944c1073d91851ed0a7344abc878683c56acb6edd26407 0.00 MB 3 0
59,224 59,224 00000000033f15002526dd3f76b31e633a32f91dbc93d81801937e160e143230 0.00 MB 1 0
59,223 59,223 000000000a3b5eb4e79dc852640be77d9d69caf028fe73460a72a825d485c198 0.00 MB 1 0
59,222 59,222 00000000072659cea5762457fda0213f7c695b4a41d28e6f954ebb20e968502e 0.00 MB 1 0
59,221 59,221 00000000028f4580ef47723b5a01cda2e877a7da2091f82233834c09b8d70064 0.00 MB 2 0
59,220 59,220 0000000004584593b3c105453755e1b8d02c43f7f9f42d04a47141c610315d32 0.00 MB 4 0
59,219 59,219 0000000003430a6d3b0cc721771014b88477d5bbeaa08d7b2dba49b9bbe047f5 0.00 MB 2 0
59,218 59,218 000000000f1aa0c0027e09e1d56c46e56687e08e9b7f16436294d44fee2183d1 0.00 MB 1 0
59,217 59,217 000000000a82d12f38a33ff559717940432672b57036debf70790b27a74403bc 0.00 MB 1 0
59,216 59,216 000000000bb75a0b829ff7a3e6c52d46126d5849f501f6dd12090204575273a0 0.00 MB 6 0
59,215 59,215 000000000ac9677008d1ef55306bdd46c7987468fbe08adf612a4e7d6f9adc19 0.00 MB 10 0
59,214 59,214 00000000014c30d3102a1678a838078dcaaf2c3c9add8c5b026b84553e5c510d 0.00 MB 1 0
59,213 59,213 000000000a3b4d45bb79497c0dfd057f5a5622669ac4a5001837bd7c74732e25 0.00 MB 4 0
59,212 59,212 000000000c4a9a7e857a18e861ed3c2e2d0a47cac35bacaafbf831d47a6962ba 0.00 MB 5 0
59,211 59,211 0000000007bf22a27e7bd3507cfb00d0e7a12065f4ba10550de49a0fbb9dc8d7 0.00 MB 1 0
59,210 59,210 000000000d3b59e4f983332de99b8deb2fc79e86a4b2cb8271ca188e80d9d63b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.