Memory Pool Memory Pool Refreshing

6,778 transactions
2.44 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,919 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,478 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (227,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
680,635 680,635 00000000000000000009df49b0a26993e18b5190b854f531746314566ef1823d 1.29 MB 1,968 25
680,634 680,634 0000000000000000000aa03f26e1f0a940fc46de828f51147162c7c869b3e7f7 1.42 MB 1,736 105
680,633 680,633 00000000000000000005744c1693834fc4c6238d5f43d5370795011b893a8e78 1.49 MB 2,218 85
680,632 680,632 0000000000000000000532ced61ab222104bcfaa10fb023d3ab6a81884527ab2 1.32 MB 2,321 162
680,631 680,631 000000000000000000048afd8c150301e964c8495eddba32a150bd11d4335649 1.14 MB 1,328 192
680,630 680,630 00000000000000000009fe48a2953f88471f235ec25eb6ea811fdf57c0dc8562 1.51 MB 1,552 40
680,629 680,629 000000000000000000019447d15641564869a18c1b7827bbdc78a799363256fb 1.38 MB 1,533 41
680,628 680,628 00000000000000000003640d660fc16876d00b7067583b7273bcba980ec2acde 1.41 MB 2,038 112
680,627 680,627 000000000000000000093825ee46e1c40718799f165b694fd84ff576fd9af1e8 1.54 MB 1,173 27
680,626 680,626 000000000000000000015ad0bbca88567700b2b67c5a3840d2d1f7094812e529 1.27 MB 1,342 22
680,625 680,625 0000000000000000000306051c5604b916e8893d01e961527f2af54a5c44cffc 1.45 MB 1,524 47
680,624 680,624 00000000000000000007b010e8851938b6817981eac722eeda7f57b5eb4ba3e2 1.44 MB 1,389 47
680,623 680,623 000000000000000000001fcb48bbffb7da8448a8cd5ca03ffdabf6e10d39f4ac 1.28 MB 1,845 56
680,622 680,622 0000000000000000000263e0ff7598b2c218ab88f115adc72c6990e51cc3860e 1.53 MB 1,731 101
680,621 680,621 000000000000000000007456384d254f4e8fcd53af04c9a4335702de6186556b 1.14 MB 514 22
680,620 680,620 00000000000000000000b21f37ff37c693a444c157d0f22a7133f3c9ec68e01e 1.36 MB 957 30
680,619 680,619 00000000000000000009966297f186ca8ff965f5374a02ee7f2edeafa5b93889 1.31 MB 1,760 26
680,618 680,618 00000000000000000001961af3baef8138fb9c2c4c1494b16537b023200404b5 1.45 MB 1,393 88
680,617 680,617 0000000000000000000acf47a006fb47abb238c51d496f5e8d7fead326e448d8 1.15 MB 952 181
680,616 680,616 00000000000000000008d9b251205b59c6ce210dc567ee371eca6a48e2e4a209 1.44 MB 1,632 44
680,615 680,615 000000000000000000066e235dc1d859bfdf96501abb426008f4a342c6aa045d 1.39 MB 2,188 114
Previous 10 blocks ↓
Total Size: 769.39 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,644.39 GB sent, 94.91 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.