Memory Pool Memory Pool Refreshing

2,902 transactions
23.87 vMB
Show Random Selection Loading Transactions
Max Size: 97/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,314 (832,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,318 75,318 00000000004d51ede0668a6de12fe599a892c1489bf6f9c9fcdaaf798cd8fbd5 0.00 MB 1 0
75,317 75,317 000000000005ad5904e93f92b3e3d48dc8a140a275234a1b2ae511fa5971eb12 0.00 MB 2 0
75,316 75,316 000000000022b8437ed288aaddc5e67d808e6d67dcb717668adf0fd2ac9128f2 0.00 MB 4 0
75,315 75,315 00000000002fdbd6b1a1ffb0901d7760834bea14de0edc6d180bbfb30ab393dd 0.00 MB 2 0
75,314 75,314 00000000003f3e99b66fd38692980666b27284332c145dd81bf40f2aa2cf844d 0.00 MB 6 0
75,313 75,313 0000000000579489cc8cb5856ce7ab8ef970307f4ae635a86b054e256e78bb8d 0.00 MB 11 0
75,312 75,312 00000000000836d47d59ed6df43cd54bfd5a840627e599a50ab3123d980acac7 0.00 MB 3 0
75,311 75,311 0000000000668601bbf0786cd85fda9c224ecf579df52165fb031c6f74a80f7b 0.00 MB 4 0
75,310 75,310 0000000000491b506a52d9f7c33ef4e1e4bd27558106f7ba26967ca602ad29c9 0.00 MB 1 0
75,309 75,309 00000000007e8fe0132d3a58b2a99c67d9a68de59c289d453d8d6b993fbfdbac 0.00 MB 5 0
75,308 75,308 00000000004a9d6845f1ad4c73da242109cd46243f8e57794ce666c46a08491c 0.00 MB 4 0
75,307 75,307 00000000007efad2575eb7aec44a3614a3417dd0049c3f7fc435c5190190f49e 0.00 MB 5 0
75,306 75,306 000000000034c68a91017519aff935b920d94667993c0eef410650dbbdb33d23 0.00 MB 2 0
75,305 75,305 000000000035d44eac7d4d007793cd49169618de27aaf4581d33a5c4f64684df 0.00 MB 1 0
75,304 75,304 000000000077824afd1b688cdb661866ba133cb20ecdb10ac68a7605d2f1fbd2 0.00 MB 4 0
75,303 75,303 000000000079fbe16aa37d5ed8cbbc8ffe54db5d037f8f411048d7bd2d6e367d 0.00 MB 2 0
75,302 75,302 00000000001fc689663b69a9cfadcadc803faa29362bfbc1aa365046e576780b 0.00 MB 7 0
75,301 75,301 00000000004fce78be7a922e73139a31e85f248a825dbe8d2388677e17905a8f 0.00 MB 1 0
75,300 75,300 000000000035c5f264d5940eaa8275d600fa31ac532b4d36bca45c456f7e1f40 0.00 MB 2 0
75,299 75,299 000000000052ac01dedaea3e858caf36b7f258c65c90b0320c6862d307bb1bab 0.00 MB 10 0
75,298 75,298 00000000001cf5e2b2cdd5493e58d4cd8beb91bc99cfd30d84ffe0dd6a94b10b 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.81 GB sent, 98.61 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.