Memory Pool Memory Pool Refreshing

819 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,910 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 793 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (227,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
680,614 680,614 0000000000000000000986eb6e8c3adf24d6bba9ef0151fd13f6770b594eb39d 1.30 MB 1,463 29
680,613 680,613 00000000000000000004a2c58b3ed9819b406b566094893e4866d1186d62d04c 1.31 MB 2,378 54
680,612 680,612 0000000000000000000346821477d59499a216ddedc701b642013c8d51ad94d9 1.50 MB 2,101 85
680,611 680,611 00000000000000000009de0dab61f62595059b67c5e059b648f95ae80edd07df 1.38 MB 2,806 157
680,610 680,610 0000000000000000000595baa2bd6b2fc085a8af20031919f290a22542278bf6 1.56 MB 1,451 26
Previous 10 blocks ↓
Total Size: 769.37 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,643.91 GB sent, 94.80 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.