Memory Pool Memory Pool Refreshing

7,854 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,908 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (570,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,842 336,842 00000000000000000d7b0e7e70de9805ed24a32a25dae5a14dab8a1b02da7d18 0.23 MB 419 22
336,841 336,841 00000000000000000638e823cba0cca5548479a2503501d18a9a8be8566fc8a4 0.21 MB 275 18
336,840 336,840 000000000000000003adad8cba27c688b5f836b776b61f06bad148ff2dc853d4 0.10 MB 302 41
336,839 336,839 0000000000000000015f8df3a00cfb2d07dcaf86402223279475db6f6214886e 0.02 MB 35 23
336,838 336,838 00000000000000001755dca68b3414d5ee6e696a52c99e44ae304cd9d9b8bff2 0.24 MB 532 29
336,837 336,837 00000000000000001ab785461bb1a3e81ab782ae3a2b400360a7e3e2672936c0 0.56 MB 1,170 25
336,836 336,836 00000000000000000587d2b48cb9ea9cbf8a897855bc6aa6a3badb7dff9608ac 0.25 MB 511 28
336,835 336,835 00000000000000001abe585988b9eb17b30551538ad9ded52b204384d653c839 0.31 MB 647 27
336,834 336,834 000000000000000016020cfe05317d4de2609843681025a395cf5476f3178a1f 0.04 MB 77 30
336,833 336,833 00000000000000001376157418c64c36413c39cfdda817f34759cf35c7f4d25c 0.17 MB 313 25
336,832 336,832 000000000000000015fe704a4e6febfdf3d40bc7c9932026f06c09db632bde34 0.10 MB 131 20
336,831 336,831 000000000000000001e0fec05f2e3a0ee15a291c21057d00cd1c14073fc744cd 0.04 MB 72 21
336,830 336,830 00000000000000001ac91c3a2883d4570e801b2d51f4d2de47a11dc309ebcbb6 0.11 MB 209 22
336,829 336,829 000000000000000012b25074ae39addeaf4976410145023f754d174827dd3560 0.65 MB 1,204 24
336,828 336,828 00000000000000001a0491e2e72328edf36fb7c1e5dfdfb9d432f9ca30ace7a3 0.00 MB 16 31
336,827 336,827 000000000000000015a1c85514238ef65c913f1ed53db9604d37a13394f0a234 0.04 MB 93 25
336,826 336,826 000000000000000019f269aed87d2ddf9cbb6ab89623c79902eac9427eb3e150 0.40 MB 819 28
336,825 336,825 00000000000000001391c9de4cd381a5c9badec9935abb04b7220f099c31ae1d 0.46 MB 994 28
336,824 336,824 0000000000000000108bff2585c0ba917087af35f932a0eee11188a7448c56d4 0.34 MB 840 25
336,823 336,823 00000000000000000776c70e4e583d2e91af018a803ac7cd26a01b4866612a0a 0.75 MB 1,427 30
336,822 336,822 000000000000000016abca0eb67a01dc8cf6b0ddc63c4d931713e6d4c7d9bd46 0.14 MB 141 6
Previous 10 blocks ↓
Total Size: 769.03 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,624.89 GB sent, 93.01 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.