Memory Pool Memory Pool Refreshing

2,421 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.76 vMB 2,411 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (2,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,407 905,407 00000000000000000000e59853878e1cf890bd4d2628a22e7afb8578af3d4234 1.52 MB 3,101 3
905,406 905,406 00000000000000000001ecbc86a051d8ae8d526c83e6588c83fe6fd1a5bf373a 1.04 MB 779 2
905,405 905,405 00000000000000000000bed5975447c119bb7d6d62c7f41a9b089681892744e8 1.72 MB 1,878 1
905,404 905,404 000000000000000000015c4bedd57194c3f3368a3c4d81228fd649c29c6a9a02 1.61 MB 3,656 5
905,403 905,403 00000000000000000001d429d056b9a69679009fa057f01ac7cfcc11b643fbd4 1.74 MB 2,000 2
905,402 905,402 000000000000000000019dec53af2c2b8db88cd212bbf4b8e852997cde6194bc 1.14 MB 1,775 2
905,401 905,401 000000000000000000008164960c1730d2a6dab873e0c4cbcd45ea7a74aedb79 0.08 MB 227 2
905,400 905,400 00000000000000000000e2145e0fb90b3e010213277211a6d40131165b2e61f4 1.15 MB 1,417 2
905,399 905,399 00000000000000000000208bacdd32b61e28175858f514926408216a6d82ba08 0.23 MB 559 2
905,398 905,398 0000000000000000000101ca44a3dffd735c824ca43457a97a47782359beff98 1.47 MB 2,082 1
905,397 905,397 0000000000000000000018795e4a0fd1a9ea566127240b5fc6b18c88e57644af 1.69 MB 2,486 3
905,396 905,396 0000000000000000000122496f919747f8c363c510ce7d9c131df6c5eec28a32 0.60 MB 942 2
905,395 905,395 000000000000000000006929488fa664c2bfa572e7fb1012c5da633ee0cbf6c7 0.11 MB 160 2
905,394 905,394 0000000000000000000169bbe8a2119624327b609f44f30e02f9375c8fda2465 1.78 MB 2,074 2
905,393 905,393 000000000000000000014a8855259654ba1dd47c3fd734deff59bc108c756a7a 2.01 MB 1,600 1
905,392 905,392 0000000000000000000050636837edc3d68d68c9e025fedb60319d53ab2e28d7 1.86 MB 2,107 1
905,391 905,391 00000000000000000001fc5c0ff0cff72a8adc15cc6d0101d361ae1da89e655e 1.55 MB 3,223 3
905,390 905,390 000000000000000000011c63981705b7b194716c01e8d9014b5bf6e3d41c9911 1.99 MB 2,226 1
905,389 905,389 00000000000000000000f8eeeeb5ecef8590ed3f1f846a73e3554fe0393f4b9f 1.61 MB 3,294 2
905,388 905,388 0000000000000000000233bb952e30c079cc07b42bc91dde95aa4056ac15d340 1.64 MB 3,207 5
905,387 905,387 00000000000000000000f66a4d2a7f097747c9fbdad654f7e7b2f9d880471073 0.86 MB 2,128 5
Previous 10 blocks ↓
Total Size: 769.42 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,645.19 GB sent, 95.03 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.