Memory Pool Memory Pool Refreshing

5,257 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (612,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,646 295,646 00000000000000008c0844724651d03146dc4513f73f747c218e55fc17f551c7 0.10 MB 228 35
295,645 295,645 000000000000000068bc5e1621f6e8665fc3726fe4e5a75b9eb026ad91370f3d 0.36 MB 134 14
295,644 295,644 000000000000000086df6126be7cda52af7b315463818e5716b5301b2cb29a23 0.35 MB 626 36
295,643 295,643 00000000000000009ec476cc49b640ccb219c3cc488dd770b9fd9bc3422d3411 0.32 MB 227 17
295,642 295,642 0000000000000000910d620280bf4a8fddd0045e1927da3c9bfbdf219f3f1892 0.35 MB 554 32
295,641 295,641 00000000000000001dc4dcd638c932f092ab4d5e5092ba67d58a374dc3a8a906 0.05 MB 128 63
295,640 295,640 00000000000000008b5062788d88cc7ef055d0a5487e32f52ba64a710feefe5e 0.90 MB 1,109 25
295,639 295,639 00000000000000001acc4a54250875bf7037885cd3f4d693ba21979496ee6aae 0.11 MB 256 35
295,638 295,638 00000000000000000b724c5a4cc6ac549972442c7570976888fd559fbe727719 0.44 MB 352 18
295,637 295,637 00000000000000003bb1386ae70b100e9998470c4953bb76290f53a93e2e1458 0.00 MB 1 0
295,636 295,636 00000000000000004dd39083e3396b5b66fe379b764e69d9b5e6f097c2f1675b 0.35 MB 200 18
295,635 295,635 0000000000000000aa3493372f632a72d2c712d74c044fbad737b9440840a013 0.35 MB 781 37
295,634 295,634 000000000000000039f8a0b4dcd8d4c24eba0860b4488d9b9cc9edf3c8475566 0.31 MB 410 24
295,633 295,633 00000000000000005b4cfd27f11f9f622f2005b05bd5e5ea254de7115b59b94e 0.05 MB 128 33
295,632 295,632 000000000000000076c6363a9363b466f3ae209af23613dc4942a3db4e8e9999 0.03 MB 81 40
295,631 295,631 00000000000000006da3d11e24ed213841efd8d58e5572cf61456f71453c3588 0.34 MB 520 31
295,630 295,630 00000000000000006a001d09fa38feddd53d3c083c0679e02b1e1f5d9d5198c3 0.05 MB 98 30
295,629 295,629 000000000000000098dcd5e4ca1ae5f3aa2f5caaad34ad85735c21ac1697c901 0.33 MB 718 38
295,628 295,628 000000000000000055e0b4e6090db3aa88ea7adc3bb920a6a8f623da3aef2342 0.02 MB 49 37
295,627 295,627 000000000000000005bbc360017206353348e7bda6df371826e706b8dc7b106f 0.02 MB 57 23
295,626 295,626 00000000000000002c04612b7a9123d1d7b01e771781ca9040150daa2b8f39af 0.14 MB 248 26
Previous 10 blocks ↓
Total Size: 769.21 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,634.59 GB sent, 94.02 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.