Memory Pool Memory Pool Refreshing

12,647 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,058 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (611,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,615 296,615 0000000000000000064a014d2bfd8bb30a479914d1a271466a41d27862160854 0.13 MB 308 37
296,614 296,614 00000000000000009303878efe7e745c220dc64f2a335618df2e1201696af312 0.07 MB 157 31
296,613 296,613 00000000000000008953e6e3eed7349b3c32a439721ec5fd3eda3051a67a8ffc 0.28 MB 624 57
296,612 296,612 0000000000000000743548363034f749407ccadc0257e85c44b6859ab58feac4 0.09 MB 112 22
296,611 296,611 000000000000000040d8065af17de1d027c45ac52ab93d0965995a7f605d3c68 0.09 MB 256 50
296,610 296,610 00000000000000005a1abf616cb4070a415be4d60a6e63dd3d1b26eb08bfb544 0.02 MB 34 28
296,609 296,609 0000000000000000685ebe1efc49fc65b3b1076949fff0e201708c50b78b1f4b 0.03 MB 90 37
296,608 296,608 000000000000000098ba0aaa426c91d9e1cb6eed830fdb230711478352d69ed7 0.18 MB 371 34
296,607 296,607 00000000000000009ba967d85e134c8d68204ff44ea2bc9e98d9b092af154d64 0.03 MB 53 5
296,606 296,606 000000000000000071fcdaa2a1ae34b553c9ccf9a25135bcc1496075ed77f556 0.13 MB 249 31
296,605 296,605 00000000000000008858b96e235fad50a63ea84b0a4a5c464bb7e44938e644bb 0.51 MB 825 31
296,604 296,604 00000000000000009cb2a10595ae3cff9e1d1dffb24f81c4c02127e9927bdf28 0.01 MB 31 23
296,603 296,603 00000000000000007287b430569a30f11db5c7e125c555311cdc824e0a5b637c 0.01 MB 19 37
296,602 296,602 00000000000000009b86bd9662b9e5532fb0b5801497b76fe9b68f8270a9ef4d 0.03 MB 79 34
296,601 296,601 0000000000000000389e5c7c64425ebe31b678105c62d515a692630f1cde2149 0.05 MB 91 31
296,600 296,600 0000000000000000035910c23968d95c52501169c012ca4fe298dab94dd4e420 0.24 MB 441 33
296,599 296,599 00000000000000005c7469c7518236bb3c5d36f0c242fb8d92282fa2bd8cdeff 0.18 MB 269 30
296,598 296,598 000000000000000084949b0a4678ea927fc6cfb85e1c1192a7829cbc3c7229d2 0.04 MB 45 14
296,597 296,597 0000000000000000469ff1bfb6ab9db7392f821ceae4cf0c5f0dea568e062c5a 0.11 MB 194 29
296,596 296,596 000000000000000016c536784b6ce906f8caa36c0f0275ce2c89b8ae9a328e23 0.01 MB 31 30
296,595 296,595 000000000000000043f68e27ef447f06e9d4d0220f0f77fa088a785ccf58b2d7 0.24 MB 282 31
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

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