Memory Pool Memory Pool Refreshing

4,090 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,993 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (17,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,090 890,090 00000000000000000000f9232f6d5f8a0185bff3eaa03e3ba35395d5e19060db 1.69 MB 3,001 2
890,089 890,089 00000000000000000001664710e997aad852bc414614c5f9e905d694c408ddaf 1.70 MB 2,731 4
890,088 890,088 000000000000000000022fb32206a4064cca47984399b7fb64fa3b57103ee66e 1.62 MB 3,425 4
890,087 890,087 00000000000000000000cc11bce7aae85ce3c8bd8a546b0ea91f00db0ce9e8cb 1.99 MB 1,149 1
890,086 890,086 0000000000000000000239a1e716a06c3219ae8e4c101e4ea1a6aae0af28e59a 1.55 MB 3,269 3
890,085 890,085 00000000000000000000b8ff29470ab0bab682eba8f5005f3ec167c88150587b 1.90 MB 723 1
890,084 890,084 0000000000000000000170f26fb6ce10dcf1de12adf390896e56ab9c53fe9fc1 1.79 MB 2,130 2
890,083 890,083 0000000000000000000151b3ce3bb082502a7186583aa81c1d48f722b2b761f0 1.59 MB 3,551 3
890,082 890,082 0000000000000000000246dec1224ff54256863b96bd27ff986ae6e464c40f67 1.42 MB 2,841 3
890,081 890,081 000000000000000000015fa32a13663d0c950eb981254679ce4b7b2e9c0e9ea3 2.04 MB 1,085 1
890,080 890,080 00000000000000000000a6929a72d23dc928b09facc1934d501396bdb6b2b50b 1.90 MB 980 2
890,079 890,079 00000000000000000001fa4c19287c7afee1f37416de45d2ebd58c6ce8153417 1.85 MB 2,091 2
890,078 890,078 0000000000000000000145942dbe30ce7a4f89c51b40f983e52ce51cb4b09898 1.73 MB 2,314 2
890,077 890,077 00000000000000000002116154e048a4cf6bcccacf66e739e9ecdc209d4d3534 1.65 MB 3,497 3
890,076 890,076 000000000000000000017d75067613cabe9587555ac978060f3f6affe2ec6f44 1.70 MB 2,360 2
890,075 890,075 000000000000000000022be39c7d7f990a26e899aaa9c0e40afb91469930db07 1.77 MB 2,260 2
890,074 890,074 000000000000000000001b879cb8c033b47109ce52d485cd2db9fde54bfe940b 1.70 MB 2,911 2
890,073 890,073 00000000000000000000fb817c1389406babbc244303d444bf1a959bda465909 1.53 MB 1,485 3
890,072 890,072 00000000000000000000faeddf7777f42db09c78cf0a0a02c6f044aae12fb818 1.84 MB 1,701 2
890,071 890,071 0000000000000000000124c5f241397b5a415e183b980ac4492fb962dd012754 1.66 MB 2,784 3
890,070 890,070 0000000000000000000233963f49ec39e5cd0d1171b7f4aaba502987fffa10f8 2.13 MB 307 1
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.