Memory Pool Memory Pool Refreshing

6,036 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,917 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (633,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,661 274,661 00000000000000031464ee259d1b5723bb4f7c7f1420f5270ba35be159f59cef 0.17 MB 343 53
274,660 274,660 0000000000000000a856428bf1171d4960c8965ae4642dafaa445775012ff35d 0.09 MB 171 43
274,659 274,659 0000000000000003cbece9b2f8b3dbc29f24e6d83e96b7c6e19678c230d4e4a9 0.20 MB 324 25
274,658 274,658 00000000000000014f509a5aa34b45033af45c1f3a2a9f754e6786c5b20d3b90 0.25 MB 669 89
274,657 274,657 0000000000000000cb35276c9a46cc08919d25d48a211f85fafb37cce477e42e 0.05 MB 138 43
274,656 274,656 0000000000000001051f2879f57ce7150686a48619ddbffb13cfe1e9b741d78e 0.18 MB 379 51
274,655 274,655 0000000000000000d199fbbb9a773ade669a734b93ab36f42452981636190d13 0.13 MB 316 85
274,654 274,654 000000000000000298f075a77c55128388926b60c0eec475c4c506d0bfc6958d 0.35 MB 686 47
274,653 274,653 00000000000000032e9e5a02339df9b68b990299413971bed05f381c7ed2a59a 0.04 MB 72 52
274,652 274,652 0000000000000000d15a49086266bf31c138b1f6d2b38043a1c4044455e64335 0.33 MB 95 3
274,651 274,651 000000000000000240a059b5aaf8270689890aa7d706b978d56871b57c852410 0.15 MB 301 70
274,650 274,650 0000000000000001774e3b611d9fb8217e09e0b2f4ac1d5ba3dc581398fdfb78 0.24 MB 451 60
274,649 274,649 0000000000000003550c7ae25b170b22941fc2e273696779dd5d5799cfe54e0e 0.35 MB 679 46
274,648 274,648 0000000000000003e30f778cf34a52d8c352141d707632d775e7d9e32b8ed65e 0.18 MB 402 55
274,647 274,647 00000000000000038e62ab94970f897a49204d89538bcb8c7561c27b1579953f 0.08 MB 217 64
274,646 274,646 000000000000000079663f720a682a27b78f7cf5ce315cf8be0b5bf171cf8ae1 0.11 MB 298 78
274,645 274,645 0000000000000002add0a97461a5fbe8d7443361db91faac9a44b7c7d54c122d 0.03 MB 77 99
274,644 274,644 0000000000000002828163df6c947dc1860f5aac12a9f3ced5683b8352aebcba 0.15 MB 299 44
274,643 274,643 0000000000000001db90cf216d18eae1a1272fe3e2c612d99fa1cad269ae5c04 0.24 MB 442 59
274,642 274,642 0000000000000001753c4abe6b7cb9ac46c9c26a86f4185bc93c26c23fb0d925 0.08 MB 171 86
274,641 274,641 0000000000000001d805b4c155c8677318180f6730d0da6b21c71956569f5710 0.17 MB 302 43
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.