Memory Pool Memory Pool Refreshing

723 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 711 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (175,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
732,628 732,628 0000000000000000000297b86017e37477d87c461401d2a3735e81499002b146 1.36 MB 2,385 14
732,627 732,627 00000000000000000000974ce70343df9840454222231b3ca31bcec0e2a12697 0.19 MB 291 7
732,626 732,626 00000000000000000001f5c23f0cc66a6912b808cbe67d8670e37630fdc64986 0.42 MB 312 5
732,625 732,625 00000000000000000001827b582ae81b1a5211cb9644b9f35869ac2e45ceef86 1.31 MB 1,380 5
732,624 732,624 00000000000000000002d54ba6580ba8cf67cdf86ab19be47000802db8b11e33 1.45 MB 1,865 9
732,623 732,623 0000000000000000000464f74c6ef5e411875dfd699739e9bcea1951bae81d10 1.34 MB 1,210 1
732,622 732,622 00000000000000000006d7745390062409f46b3bbdb4b6672ef99ebda6c33c19 1.65 MB 1,894 7
732,621 732,621 00000000000000000008fb4df698ca561f9309da632c67be9f52bd6fe14f7190 1.71 MB 1,331 6
732,620 732,620 00000000000000000000aab5c4ed06a35564b37fe5ff0624367c5d69c6d16870 1.55 MB 2,148 12
732,619 732,619 0000000000000000000748d582c66237d9dfd3d0ab4306309adb325453d066a2 1.63 MB 2,076 7
732,618 732,618 0000000000000000000755f701aaf0b95d8c5d71cb13d6acf08c8c5ca73697e7 1.52 MB 3,039 8
732,617 732,617 0000000000000000000047dbc8bd7065767dd8dfeb8dd0712c01dd30f1bbbf0e 1.48 MB 3,102 12
732,616 732,616 00000000000000000003be2153925220d4da946e256630005dbd89beecad9426 1.73 MB 1,318 4
732,615 732,615 00000000000000000003e3b2120f73baf3306b05ccb2080d3a7d645bd1222c1f 1.63 MB 2,509 4
732,614 732,614 00000000000000000000cc21cb6be1b225d55a8081fb2ffe0c695f93852e0e60 1.35 MB 1,560 5
732,613 732,613 000000000000000000000f5fd24c32f8944f0b28234ad0db6d99ac679578c5f1 1.45 MB 2,699 6
732,612 732,612 0000000000000000000567722c98fa3459d474a4a71ec703048a13b17e1dcaf5 1.41 MB 2,951 15
732,611 732,611 00000000000000000000e95e9ab2aa51da83040c28e0237ba4905000b7a55f1a 1.50 MB 2,849 12
732,610 732,610 0000000000000000000487d7074468392e36b9fac797e8f72e83c095841cd091 1.83 MB 843 2
732,609 732,609 000000000000000000086eaa5252787f95509dbc4325121fa1af212a214a3492 1.54 MB 2,578 8
732,608 732,608 0000000000000000000204c4efc8ac5e3e4ec90f29edf415dc0196a7e68b18f8 1.77 MB 748 2
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.64 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.