Memory Pool Memory Pool Refreshing

7,704 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,845 (775,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,626 132,626 000000000000000656934a6e144ba3360b4f35d67f489e1e4c033fd86454ac40 0.00 MB 1 0
132,625 132,625 00000000000005ac89f870ffd506d486b520c01fc2d28c7bf5269fdb164d6b16 0.01 MB 18 455
132,624 132,624 00000000000002c92c9fa9240974a58bfa51327c0820543ce2444fbc85a2d4b7 0.01 MB 23 922
132,623 132,623 000000000000130bc558747a186d2d60ffa2c61cf7ed3dcb81ee8519eb775253 0.01 MB 31 1,217
132,622 132,622 0000000000000642c8ba12c215ba58d91af7b7903cef952d46ef09bc2254ab1b 0.02 MB 30 526
132,621 132,621 0000000000001150c8752c49c1e08b0d4f4a2641c59687a44f531a40a9883e53 0.03 MB 82 100
132,620 132,620 00000000000004cc22d179d1e6201612eca8b78d86fce750c7bd69e68f33264c 0.01 MB 46 602
132,619 132,619 0000000000000eaec69d373b0106259d92f1bddcb351f05a4efd266837456f6a 0.02 MB 45 486
132,618 132,618 000000000000087d9219e3ff2bd96185880392f418a0f26446cff7ad90f66d5a 0.05 MB 121 570
132,617 132,617 000000000000082177d477b50f2e8c71e53f43c2dcd2ae3e29dd1d76c025a018 0.01 MB 23 348
132,616 132,616 000000000000084483b5c5a978de37b5479b8e302bee90eedbf173a1b49a466f 0.00 MB 8 121
132,615 132,615 0000000000001181368d93eae21ee84dfdf939785c880c42bcb277d66043f611 0.00 MB 10 407
132,614 132,614 0000000000001285ddd127154fde5ab4438ca05610e34f8251a9d114024aab8d 0.00 MB 12 290
132,613 132,613 0000000000000516bab70802aa74fdb782a04358c5eabf8b00e0b2de8fcdc8a2 0.01 MB 32 484
132,612 132,612 00000000000001bb116b38573d07de95152eea72dc88d13dd66044672abee8ca 0.00 MB 9 935
132,611 132,611 0000000000000ed539be4e92162805286bf7d27d593d2a1512581c2faae67642 0.01 MB 44 274
132,610 132,610 00000000000002a8276802b1d5e8218e2542703934b7b98a70af4d7acfd522c8 0.02 MB 48 539
132,609 132,609 00000000000008a5845fa047f134830283997afe6bdeded3f7b425ff055de300 0.02 MB 45 1,608
132,608 132,608 00000000000008d63f3e4f519fd48170263cf7e8829e05a6cd82c0b6d3872cfb 0.01 MB 9 800
132,607 132,607 00000000000011b7bd612bcd3c2cf37015bbf09084110dd58d0374bf3418043b 0.02 MB 45 157
132,606 132,606 00000000000012647c43a1da19ee028b63ede8d24d958693e8a26ffe07234b68 0.02 MB 39 814
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.