Memory Pool Memory Pool Refreshing

5,922 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,760 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (747,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,658 160,658 0000000000000111c1f18bdb91b0843007f034b22b88e8db5ba3e258f87a3ae3 0.01 MB 32 22
160,657 160,657 0000000000000712d023c9a10ebfa9e8419774e940bc786d92493932d15047dd 0.07 MB 82 174
160,656 160,656 00000000000007541428a58a5979496fa8c712bae166159ff99dad3099b39853 0.01 MB 16 55
160,655 160,655 0000000000000d1a74b433261d6e406c1405c07dc788bd1de663ec12d1a64b78 0.02 MB 50 156
160,654 160,654 0000000000000996fc8e7094acd0df441203c186c03a72d620997f6a74983b5d 0.03 MB 56 81
160,653 160,653 00000000000008c5ea30fd1ecb1b49913ef174a8db69b24b18fde2533fa7d27a 0.06 MB 76 118
160,652 160,652 0000000000000d1ecdc55578d46b99096a3cde5c5127e3fbb2ae1b0146274973 0.03 MB 86 78
160,651 160,651 0000000000000716b62aef84feb2fd54bbbb4ab1e3939ee1ac5a66c352a8b87e 0.01 MB 16 39
160,650 160,650 0000000000000d45d25637693919e906b9298f238ad0e16899241c5a2b39e7fb 0.03 MB 107 84
160,649 160,649 0000000000000b7b4ac699823b8b8b2fb800453e7bc4e1a4c7198a36496f4790 0.05 MB 108 113
160,648 160,648 00000000000004260686c25b4479d5602d42efb62aa327f02579d65a5105bd7a 0.05 MB 128 209
160,647 160,647 000000000000006530978f43ddf050990cc8046d0fab8530ea5ed28afd5d7dcf 0.01 MB 15 515
160,646 160,646 0000000000000cbcbbc17bd55d97b4da4bb49dd00cf27600cca9c5debc21922d 0.05 MB 89 43
160,645 160,645 0000000000000ccff3af34d420d9d7490a0be57f8e8c9fa9fcdcaac64756c6aa 0.03 MB 56 44
160,644 160,644 00000000000000fd98683dab4f4d78449a1d1fa8d021c21500a931966cefc39e 0.05 MB 73 397
160,643 160,643 0000000000000c85de5dd9f994d1a9a0d3b0cf978643e3389c7920c2840f5764 0.02 MB 31 196
160,642 160,642 0000000000000c80c6caf77ce4ede8a94ac89a4ddd2baf5c3b84db62a3dd7300 0.03 MB 51 65
160,641 160,641 000000000000072ac18b361d2a56366052d49fd065ff0ab6d930feb5a0463b73 0.04 MB 83 229
160,640 160,640 000000000000046bdf7e81cc617686bf299ead5735887167ed77d0d93269ea0e 0.00 MB 12 578
160,639 160,639 0000000000000c43212d8db79f893db2fafc84e18663d36e8bdd2512e767d7c1 0.01 MB 14 196
160,638 160,638 000000000000085ee69ca24d20c2a654bdf72c12cda04b9fed803656ee8fc3a3 0.02 MB 32 40
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.