Memory Pool Memory Pool Refreshing

5,679 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,994 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,516 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (159,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
748,712 748,712 00000000000000000009d583f2996e6720bc8b8cf8e717320353b3b0e24e1d6a 1.79 MB 2,064 30
748,711 748,711 00000000000000000009d72cbb99a2d4331ffb46073c805b6db85cf2b77061e0 1.69 MB 3,049 23
748,710 748,710 000000000000000000077f33ee3637697e7878ad4b49853fed3a22e2d55e6a71 1.69 MB 1,423 28
748,709 748,709 00000000000000000009be3d846e337fc376998c1b46191a62937dd0e7d64a88 1.80 MB 351 26
748,708 748,708 000000000000000000081f0debd74bdbb7001b930ec1a223ffd6a94ac4d2a1db 1.65 MB 1,370 30
748,707 748,707 00000000000000000002b0d95411740472fb315594d1f4e679f49f3e092e26e2 1.62 MB 1,779 36
748,706 748,706 000000000000000000040f366098953ce30482a9cf345e9613aab59d9c9936d4 1.49 MB 3,412 26
748,705 748,705 00000000000000000005e5f0653143c49b7bc36b874b5dd13e917cfb235bf5f5 1.56 MB 2,491 31
748,704 748,704 00000000000000000009f2fa4d9b53ead66d3e5ba3b5aa0c30ce1b991d6933b3 1.47 MB 2,295 34
748,703 748,703 00000000000000000009fab503811891616c15418cb2835118bb3d5ea199979f 2.03 MB 884 29
748,702 748,702 000000000000000000011104880fc333251c46e3726092f936321cdd5faec319 1.63 MB 2,599 51
748,701 748,701 00000000000000000003bf1cb522eb4e2c539922d5da7c5a9af03e1ebc21e7ee 1.78 MB 1,542 39
748,700 748,700 00000000000000000006bfbbe5d0543d6393d0ea350a37085fdd46944c2cb224 0.99 MB 1,457 11
748,699 748,699 00000000000000000009c5689f6347a89ee0006d6356144197277a423ec1a785 1.45 MB 1,880 5
748,698 748,698 00000000000000000000d1817310aadaaa6225a1b2cab28ebddc1d69854baf95 1.55 MB 3,180 21
748,697 748,697 00000000000000000009ef9fadf17f2d4aad95668bac5674a3195ba617968545 1.12 MB 1,405 11
748,696 748,696 00000000000000000005061e1076653a1a76df25b478901f57cc1de0008f5c00 0.94 MB 873 6
748,695 748,695 00000000000000000007c8e5ae83acab1da248a3cd952f973d5e04d1d294d03b 1.60 MB 2,656 9
748,694 748,694 00000000000000000005ed132c9d4a71970ceec627fc4302a0621a5fd36ce7ef 1.38 MB 2,227 13
748,693 748,693 0000000000000000000709264c8855c53cd5101e35d20e94a0292e214ad2e0a6 1.22 MB 1,483 19
748,692 748,692 00000000000000000004e0abe1699a926a26befb95c254e5ec851a823bab5323 1.50 MB 3,620 19
Previous 10 blocks ↓
Total Size: 769.53 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,648.18 GB sent, 95.62 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.