Memory Pool Memory Pool Refreshing

5,470 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,729 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,342 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,728 (720,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,725 187,725 00000000000008a28a2e6abb9ef2cd89378d050bff89aa29a682e6ea33ffc92d 0.15 MB 353 154
187,724 187,724 000000000000045a71c7286475eaca3c9a4dd968f60b2fdc3ce3d3de068fa733 0.01 MB 49 41
187,723 187,723 000000000000043b0e81f1e02d0708b08609bb7ce29049814cc62b19dee28426 0.08 MB 215 120
187,722 187,722 000000000000070927aacede0a2a569b6eb248233c577ea80ec5d2fc681087e0 0.15 MB 350 193
187,721 187,721 00000000000003d031d1f5c21b140da4bb2aaa228f2775a9280f80ec8480a28b 0.01 MB 36 514
187,720 187,720 000000000000000ffd3fcfc617365fee68a2145e71d29c16f53c85550b813069 0.14 MB 399 129
187,719 187,719 000000000000091f52fdbb6bc0bfc597bcf7cbf72391bbaf458fc881405eae7d 0.05 MB 64 75
187,718 187,718 00000000000007312c23f37b6ed8a947b1d0fa7fd4e12e4d03ff4cf16e31dbad 0.08 MB 222 238
187,717 187,717 000000000000002c0a267397f5ca23a30ce1b88df0b75ff5e3696951c42ebd13 0.07 MB 193 132
187,716 187,716 00000000000009901bdd824e27187f29e78c4cf04e370a3093335bdd2556eb59 0.03 MB 58 92
187,715 187,715 00000000000007a5bdcac9807cd569fa64a6c68c19195c626651a557aa0be5e4 0.12 MB 144 224
187,714 187,714 000000000000024687180b6d9794e49a1f03fc9bb6db37b6a422773d22e0b253 0.03 MB 125 250
187,713 187,713 000000000000094c33971b3f5efc69573de6c4953fefc6ab406a7d9fbf984fd7 0.25 MB 480 175
187,712 187,712 000000000000024760c69c7b052ea94444c9f6073f18c072fc21a9dedd0ab44d 0.03 MB 82 144
187,711 187,711 00000000000007a9c1790e3ac99f58a57c650766db00cc15af2799db7d6c3323 0.04 MB 116 113
187,710 187,710 0000000000000643b3e2111859ae1f4fe36d960331e397ca7f28e8ed8d3828ce 0.04 MB 109 161
187,709 187,709 0000000000000464a1ffb72190c1edfb371ed45d104f766cedd3e2e5c9b2708b 0.05 MB 132 206
187,708 187,708 00000000000008042c074caaeae7a3823761b571f389a66f500ab6db3f8e9132 0.00 MB 1 0
187,707 187,707 00000000000005ffc707dbf534afd57b73cbaaabe0340bce23c6e9a68dafaf9f 0.04 MB 146 49
187,706 187,706 000000000000058d90fb3b33b09047ba274151ed9850264aadce9e33bf505874 0.01 MB 34 50
187,705 187,705 00000000000003d7d263cee5dd9abf6fb08f9bacfe38ee435a525104b1af95d4 0.03 MB 64 44
Previous 10 blocks ↓
Total Size: 769.04 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,626.05 GB sent, 93.05 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.