Memory Pool Memory Pool Refreshing

78,042 transactions
25.20 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,699 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 1,646 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,698 (595,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,397 283,397 000000000000000000e6930d611ac10166855874ba80b7bb5cec68baf8b89110 0.00 MB 1 0
283,396 283,396 00000000000000000888b3c9ac26b034e38d26396d4421f4a190e61e537870d9 0.37 MB 721 46
283,395 283,395 0000000000000000c61d25f5ae6b06c75700e807d734afe4a9053e0ffb549ff8 0.08 MB 198 29
283,394 283,394 0000000000000000a29f8a862aeef6d6561485914a1a2a7fe4e63dd794d0595f 0.12 MB 266 111
283,393 283,393 0000000000000001b91ef53660ca0f050fd704885b46a71810f26f3084784e17 0.05 MB 153 286
283,392 283,392 0000000000000000f9359f176c14e1f1e9dcd986786d016e49ead941215d818e 0.52 MB 700 24
283,391 283,391 0000000000000000d8f82db4196549cedbff08c44d7137f5f6c21a964eb28f14 0.35 MB 1,165 65
283,390 283,390 0000000000000000ec541d87d39b289e06eb6d19dc4d1a6346d5f9c2294901d0 0.05 MB 192 300
283,389 283,389 000000000000000117189dd006cf198ce82a68bfdbeb11b7388bd67c9aaff7d5 0.09 MB 204 50
283,388 283,388 00000000000000001558f6f463956ce798d965f77b590f8aa078e173a0eaf4bc 0.03 MB 83 42
283,387 283,387 000000000000000184393b21bcb07785c5ec243e31a19920d68f84d75b957fc5 0.25 MB 570 51
283,386 283,386 00000000000000008488976b1839f7c1e6c2eab486457cc4fe58e0dc4a9ffe3a 0.17 MB 290 37
283,385 283,385 0000000000000001aa4e682a9dddfcaeedba35d3ed94cd2a63e8b35c6db52ca6 0.03 MB 66 39
283,384 283,384 00000000000000012c32ecc1d4757adcd2503156fb6b56b15192dfd5cb69daac 0.13 MB 363 68
283,383 283,383 0000000000000000a2f95d05c579296fc62161614c61e638521192394a54ed56 0.03 MB 86 55
283,382 283,382 00000000000000015a75e67df1f648cc2b3303c328686e32cc6524be192321f5 0.05 MB 100 40
283,381 283,381 0000000000000000123f8d59cdf5da6fac5cea6900571eec7d2fb482ea23b0b3 0.00 MB 1 0
283,380 283,380 000000000000000023ca9363f2345bf985280bb72132748a9a05297cfc1baf10 0.11 MB 210 54
283,379 283,379 000000000000000010cb80235e748de18e9d5702ad8fdcf09a90677af04a0242 0.22 MB 483 48
283,378 283,378 0000000000000000aa2f2da266c85dd61c11f54d9c5f531ec7cbc5113ec5d6b0 0.31 MB 538 24
283,377 283,377 00000000000000012f21a481fd3098a21941d922bea9f84c63e7a4f6d2a69db5 0.05 MB 159 60
Previous 10 blocks ↓
Total Size: 715.73 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,503.43 GB sent, 44.06 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.