Memory Pool Memory Pool Refreshing

2,480 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
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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,189 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (606,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,853 301,853 00000000000000006cff6938c9f456630ad39e5636b1e7b9d96bf935cc83d4dd 0.25 MB 478 44
301,852 301,852 000000000000000020ed4e23bf68c0b1869e041505ae8f3cd7fe933dd4a07824 0.19 MB 383 33
301,851 301,851 000000000000000017c996458e3e1eb41df85cff941f63b39d7d1da9a779413c 0.14 MB 124 19
301,850 301,850 00000000000000003c9b3912ac56594b3a5c2807402b83d38b7228f5f42dd658 0.35 MB 652 33
301,849 301,849 00000000000000004b5424d7d62c6b93bc641425c92194fc49ef435a415b013a 0.20 MB 352 29
301,848 301,848 0000000000000000533c178f6a881f2d8180f3c0f1083ae11e2d02fc9cc57e37 0.01 MB 28 19
301,847 301,847 00000000000000004970dfda5fb1405b583c6485c6a964a617607678d64bb730 0.09 MB 158 24
301,846 301,846 00000000000000005ede658e6b81f6c8a147e5acd2afc1040391fb46af48ccfc 0.43 MB 656 32
301,845 301,845 00000000000000001e6953bb636bc0599ab9448b7c5f440721448c58764bc92f 0.02 MB 35 24
301,844 301,844 00000000000000004bfda456cd4113f5990b1f7bea00dd38d6e4428883d597b3 0.13 MB 308 26
301,843 301,843 000000000000000005a19211616fdb278f4c1ac19ac9bc6e7ae163388aa6bddd 0.09 MB 131 26
301,842 301,842 00000000000000001cac371dcc568f12c827152eb14d66afded4ed1c4d0e2004 0.27 MB 389 26
301,841 301,841 000000000000000067d3aa16b9a93b223654049df4125ee737a1c9959b5edd6c 0.21 MB 307 27
301,840 301,840 00000000000000005c8a7e43ca368ccc4c2d87bba43c0ca78ce41fb32a70b288 0.31 MB 544 31
301,839 301,839 00000000000000001adfb1390ac1e70ac029e1e5ea9d42ac5c77423589e7565e 0.07 MB 141 26
301,838 301,838 000000000000000048f40dd06adb61e3eaa3f6c0de5d66f1ed698eca74dbd39a 0.14 MB 252 27
301,837 301,837 00000000000000003b8605ad23585a0edb5cf94558747b9026ee62bcd47a3c2a 0.02 MB 16 9
301,836 301,836 00000000000000000c997652d770b676f02ec5d4777dd6c9201992ea5550ae8f 0.33 MB 595 30
301,835 301,835 0000000000000000476f5db5e11a947e9000a8dccb428577a910cc5c3018633d 0.34 MB 606 30
301,834 301,834 0000000000000000607085f98308d645a6760ed651fea469c373ced7703446c9 0.01 MB 22 27
301,833 301,833 000000000000000073c059502acb947cfa68823067441437ca3e93c2df187e34 0.15 MB 233 28
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.