Memory Pool Memory Pool Refreshing

47,851 transactions
36.80 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,993 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,968 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,992 (693,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,225 182,225 00000000000000fb914e2cae1a30c585a57cf96c32d0787e3ec00ab81cb56984 0.05 MB 110 77
182,224 182,224 000000000000018207aea20b825816a19a078bb04e3fef8473c1f2f10672a7bf 0.01 MB 28 179
182,223 182,223 000000000000034befd478a7368b487bee2d64d9146e3f9a060562a0a6e45da5 0.17 MB 389 128
182,222 182,222 000000000000088483d900a873f6362ab9e98da4b5839e17f38b31dc677996f7 0.12 MB 252 102
182,221 182,221 0000000000000690e627ec2f5f78953daa53dce468459a8314025ba3ea591cc0 0.16 MB 274 121
182,220 182,220 000000000000055127b61f73136df3e973bcd689e6797a521238d8dda3e6cfaa 0.26 MB 638 146
182,219 182,219 0000000000000a6e2cb7e24d93bb9f46d3a3525f8a7a6889ddab3d4c9c5154f0 0.20 MB 512 145
182,218 182,218 00000000000001b4653a4c154d57612401b7110dabc347909a4692e95286d046 0.05 MB 142 139
182,217 182,217 000000000000097c28263fe2b8e2efa5386d72e4b959ed13bb982c544ce7437c 0.05 MB 136 51
182,216 182,216 000000000000087a867dd85d30721bed618ff3384cfb4fd92f8ff275f52de1cd 0.05 MB 131 160
182,215 182,215 00000000000003d0b8dc40b88dc6405dd5a70ca121a7040c11d47d92a1b2db1e 0.07 MB 128 38
182,214 182,214 00000000000006793b341f481e133347303229a13b973ec3a0cd55cf7f1f2168 0.10 MB 204 115
182,213 182,213 000000000000083834bdee70c5c993c8f09f34ddb17a20a51c942f4f4154d399 0.05 MB 131 93
182,212 182,212 000000000000085f1f56742b738d1b94c09a62482a3890862988d53cbe331290 0.08 MB 144 153
182,211 182,211 00000000000007acee5846a29f738070339f70376f76e2b3b231b0a5fc9ed8ee 0.05 MB 150 114
182,210 182,210 0000000000000a58a5e94f50134de6237c5f954e5a08ae84da9209f2f42aed30 0.14 MB 244 121
182,209 182,209 0000000000000015e35ea031e2ae82dd0be38fdcc353b22ee50bb51b72f232df 0.28 MB 630 110
182,208 182,208 000000000000077ab024d4ddcf54b3fdde1ec9ac21a3acf2c9e4d2001a029f01 0.14 MB 310 140
182,207 182,207 00000000000004dff1b6e1b2da5ab30c39684d4cddba2fd3c2fa85adea648616 0.05 MB 136 260
182,206 182,206 0000000000000a72f378a974c24ced8fea22941e7774b7344af86ab306083a98 0.00 MB 10 15
182,205 182,205 0000000000000715dce6b085c6c4f815b6a5edb8fc2b8ad30e08ed74a4c4d69b 0.07 MB 146 210
Previous 10 blocks ↓
Total Size: 710.48 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: 653.15 GB sent, 15.12 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.