Memory Pool Memory Pool Refreshing

2,825 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 5/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 0.97 vMB 2,817 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (60,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
847,231 847,231 000000000000000000028b15a8b58a6bcf05a1204bb066a5cb602cfdf084cf79 1.42 MB 3,010 84
847,230 847,230 00000000000000000001c91db7ffb279ef876e8a63c05d22d06c83091a808f43 0.00 MB 1 0
847,229 847,229 0000000000000000000339f198510032df47beb4b476363aa3c415fe576defcb 1.39 MB 5,830 79
847,228 847,228 00000000000000000000cedc6cc84044bc52335e33d92e3da7726cf66b1544bd 1.42 MB 5,732 101
847,227 847,227 0000000000000000000047dc88cc9d19c1c03330f84b2ea38782b8fcf7f49655 1.46 MB 5,217 133
847,226 847,226 00000000000000000001260e398c7811b8561846ee32fc03ce5d89f4fa3bd20c 1.59 MB 3,482 65
847,225 847,225 00000000000000000002ae03a62baefb6d6e276464efd2190f13a2fc73ce467d 1.44 MB 5,553 101
847,224 847,224 0000000000000000000304e1319dca081f2cdfb5894837827430232b94c4d685 1.51 MB 6,509 31
847,223 847,223 000000000000000000023aec1af31fc58595b9f04bad6fcab9958521676eb923 1.56 MB 5,253 29
847,222 847,222 00000000000000000000a0cd712a52da12d453849de69e6cea774d7416232242 1.47 MB 4,263 52
847,221 847,221 00000000000000000000a68de34b79a9ed858e37c098eae69b9a1b2af366c79e 1.53 MB 3,872 73
847,220 847,220 00000000000000000002eda6c4d3670d1b76fb4d8f680fd386e145d0d64d80c6 1.33 MB 3,463 30
847,219 847,219 00000000000000000001e070f7243e840286338d4fa2798086f018f08429d0e1 1.24 MB 2,573 29
847,218 847,218 00000000000000000002a104ff7ef37289fa202817876742429e7adf22fcd29f 1.47 MB 6,277 33
847,217 847,217 0000000000000000000082f843def07e54e49e05d7ecc4799d6d90e779ab5a26 1.53 MB 5,667 25
847,216 847,216 00000000000000000001a9c35293684b290c1abb81d6dfc42fbf0b2e9eeba0f7 1.49 MB 6,787 31
847,215 847,215 0000000000000000000130dc82c9818f520682a55b2477a7b1c26c5c4e6445c6 1.59 MB 4,153 44
847,214 847,214 000000000000000000005acf8e7452721f91db25c3ff6a9cb79678f18be8ff1e 1.56 MB 6,496 32
847,213 847,213 00000000000000000002fec109327bf780d5d39af3bf0913364a3d050ec6736a 1.52 MB 5,630 39
847,212 847,212 00000000000000000002695d9a68664499b8004b2de6f369b33bcab45f4b46fa 1.56 MB 5,989 28
847,211 847,211 00000000000000000000a2635215ef77d68b4cf861003b5df247197eedcab2a8 1.60 MB 5,202 33
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: 11 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.