Memory Pool Memory Pool Refreshing

3,323 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,797 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (319,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
588,491 588,491 0000000000000000001219e44c37e45a59b2551741ec9f7356fb5210ff661c8a 0.09 MB 283 20
588,490 588,490 0000000000000000000abc4cfee775275c2fd5065efbe7a831ad6982d8bf4ed5 0.26 MB 816 5
588,489 588,489 0000000000000000000942ca2dc70573aeda3991ba813fec0758a69a74a46189 1.18 MB 3,409 14
588,488 588,488 00000000000000000012a8a079c2d4d5f6ca32c7be32b1b34157c8de8c69335a 0.78 MB 1,945 12
588,487 588,487 00000000000000000010f152cd81ff46d35c0637d6e15f9ddcbc774c1bb37b65 0.64 MB 1,708 10
588,486 588,486 0000000000000000001a1830c47c857cad800cb4da1bf74e250ebb0162557769 0.02 MB 71 7
588,485 588,485 000000000000000000194b2b9b20fef72b94003bf5274e38cff87f685da001ff 0.69 MB 2,072 11
588,484 588,484 000000000000000000060d1989aa81c1de89df83eddee0e4646b76502495a459 0.83 MB 2,424 11
588,483 588,483 0000000000000000001dc7ac15f357c81a905e61c7b56aae4a3cf38aa2e4ddfa 1.05 MB 2,974 12
588,482 588,482 0000000000000000001bc6100321b72463807ccf78299acfe2b70a4516b08f0e 0.12 MB 237 13
588,481 588,481 0000000000000000001f1d1c3c37b70b736e379c8810c45515c00766d919ef8e 0.81 MB 2,413 11
588,480 588,480 000000000000000000165a9fd3e4bfd68cade1e4bd0a913098ad8dd79958f2e4 0.05 MB 159 8
588,479 588,479 0000000000000000000d726dc674ce2cd23f936c53f44691ee9916b8a1756989 0.21 MB 619 8
588,478 588,478 000000000000000000034723ee2bfb91f2184b66d1d6a2e5d068101dd545124a 0.06 MB 160 20
588,477 588,477 0000000000000000000f89936138cbafe9a28c2106faf1146bff14e18d6da12f 0.12 MB 367 13
588,476 588,476 00000000000000000017fde25fdf9a3eaef4239a90f5d513459dcecc48325c58 0.99 MB 2,690 17
588,475 588,475 000000000000000000151af251e9960434e407e9beb1c9dfcb66ec2c3350a4b2 0.29 MB 841 14
588,474 588,474 00000000000000000013f7555d31e05c1e30edf625425c88d8c5249a8265e977 0.69 MB 1,730 12
588,473 588,473 0000000000000000001af24949272e552f48fc4eecba18a705fdf3d17a8b4a1b 0.91 MB 2,311 13
588,472 588,472 000000000000000000055ee25db2f29e1c54cf3de1ab65cf1004d0ef781444ae 0.14 MB 445 14
588,471 588,471 0000000000000000000c58cd0f89ad431f2529436d5f87bba7f66c2049e9ff24 0.53 MB 1,560 10
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.