Memory Pool Memory Pool Refreshing

4,654 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (8,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,272 899,272 0000000000000000000084944744e29182b5f3947f054af33e409b59ed5ebe50 1.27 MB 1,398 2
899,271 899,271 00000000000000000001950cf70a34b3f5dcb4db2edc2f851bd496cbe0801f49 1.36 MB 1,819 2
899,270 899,270 000000000000000000016a221cd47cb6fe8ed53f87720119fc682457ea00689e 1.36 MB 1,295 11
899,269 899,269 00000000000000000000e3459d6cabfd5059bc1ee247df88e8b7b7c4e19ab960 1.63 MB 2,402 3
899,268 899,268 00000000000000000002045079bdc59868d437258aab27dc0f2004ded8cc1498 1.69 MB 2,495 3
899,267 899,267 000000000000000000021f3a2fa4f7b03bb0f2d08b2db2e9b8e77162cf2b8e7e 1.51 MB 2,832 2
899,266 899,266 00000000000000000000360041f7e473b3d32499c484df8aa549dd883411c1f8 1.72 MB 3,553 3
899,265 899,265 00000000000000000001b4446441a317d559c3ab5d3e8f69699b71011834522b 1.53 MB 3,886 33
899,264 899,264 00000000000000000001f68ca5731f661cc9c6312007e566a90f8c0a5074154b 1.55 MB 4,216 5
899,263 899,263 000000000000000000014c935c54e4ed0dbfe25cdf759b8c92dc62c3b4597d84 0.74 MB 1,519 2
899,262 899,262 00000000000000000000837929ae8d28a0e474f97a12b8447b3d20c9f4ceaf0d 1.59 MB 2,477 2
899,261 899,261 0000000000000000000116d85af76fa6db52dbe894352f2545adca6a250d3e28 0.53 MB 904 1
899,260 899,260 00000000000000000001ce7f442570d8684a72c7791ce9438dfefee093724748 0.92 MB 1,861 2
899,259 899,259 00000000000000000000569d934acfc2d20aeb9c31c751b4e1a4f5a0589fc0a9 0.96 MB 1,829 2
899,258 899,258 000000000000000000011041007f3b344fea8472406fa5ddd8455cdf314258b8 1.45 MB 3,171 3
899,257 899,257 00000000000000000001228d78d7e5d5baebfd2386fedbff056cddd326824d25 0.39 MB 1,054 1
899,256 899,256 000000000000000000016491cebefd5fccc187eac6565a3946585304647afe00 1.47 MB 2,095 1
899,255 899,255 00000000000000000001c6d9e0a6053171d7c688bdd1fba4461c90b8aba576ab 1.32 MB 2,253 2
899,254 899,254 000000000000000000004d0949c9851e94ecf9f8c9736cf75bab30e10dea72e5 1.60 MB 3,853 4
899,253 899,253 00000000000000000001b42ecd0433de7addd4d39014eb766a75ad1789968068 0.19 MB 361 2
899,252 899,252 00000000000000000000420c25680a4cfe8a7c4b50b5e4485ce65f7548d8ac9e 0.10 MB 159 2
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.52 GB sent, 93.13 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.