Memory Pool Memory Pool Refreshing

4,509 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,562 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 1,369 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,561 (2,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,899 898,899 0000000000000000000040b4a9db749c4f89b02e66633b28b98d100c13df83d6 1.68 MB 2,655 2
898,898 898,898 0000000000000000000222785c493340b345e53d9a2c72d33d1ed4d3d87a304a 1.60 MB 2,427 3
898,897 898,897 0000000000000000000234e56d697ff93451b8996719a59f2f77f3a6d30d079f 0.95 MB 1,979 4
898,896 898,896 000000000000000000024494960e24796261a4b5ccd2f6fef14423ee378df562 0.93 MB 2,112 2
898,895 898,895 00000000000000000000e79d5e4bbf3f003f409b50fac573f3b2332ae7da5029 1.69 MB 2,946 2
898,894 898,894 000000000000000000014f07553d02a6b081045e0a49f58c86c917477b5356fe 1.38 MB 3,186 5
898,893 898,893 00000000000000000001f5af0a2eb63e4059c9a4e85af36300e56e1e9ff98033 1.53 MB 3,103 4
898,892 898,892 0000000000000000000108d4cdb25ec798f92117a7efea45d5f0ae2137674c6e 1.31 MB 2,167 2
898,891 898,891 000000000000000000000a9f1dad5d5b47533a7f626bbf46756d8cce43fa8d77 0.03 MB 42 2
898,890 898,890 0000000000000000000162bf670c271127a83716516ef94d482cfd1015bace9e 1.15 MB 2,585 2
898,889 898,889 0000000000000000000194866742be6f47bbb5578605b04f795b515672e9f6fd 1.64 MB 906 1
898,888 898,888 00000000000000000000e8caaa7a8fa35acc1622eb6944fe28bf7ceeabef0269 1.53 MB 2,610 3
898,887 898,887 0000000000000000000184fb8d46792fc48aa3519320c0c76f8fe89cb7931037 1.72 MB 2,475 1
898,886 898,886 00000000000000000000bcc6a5541e61b5981b7e841b22341ece59f6eb6cd4cf 1.72 MB 2,383 3
898,885 898,885 0000000000000000000197f18c32b73b1c34e0f1492f0e017710a81ec6ceca65 1.47 MB 3,861 1
898,884 898,884 00000000000000000000d961b1e1f41731f5e0f47f3b56de8d89c3bc63ab3ad6 1.56 MB 2,439 3
898,883 898,883 00000000000000000000a964db5ec83d6ac63af284c6938f71783adb0490740e 1.79 MB 1,419 4
898,882 898,882 000000000000000000022742461ca721eeb11005c3be6e922a0f97da07bbf44c 1.60 MB 3,569 3
898,881 898,881 000000000000000000010954d9b098f760f6785e1584863792713f30b174aa8f 1.35 MB 1,963 2
898,880 898,880 000000000000000000016bc5fc01185fcdfc1aa0e0248ffbc185fc5d039b65fd 1.53 MB 4,765 5
898,879 898,879 00000000000000000001e42607d2fb19504e211ce04632680c5c5f22b9a21180 1.44 MB 2,726 4
Previous 10 blocks ↓
Total Size: 758.42 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: 741.65 GB sent, 38.90 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.