Memory Pool Memory Pool Refreshing

12,292 transactions
4.19 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,027 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (407,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
500,228 500,228 0000000000000000008f2e0efd290ef14279b817b20635cb3a05448ab4852d7a 1.07 MB 2,744 722
500,227 500,227 000000000000000000122b92f9215ab59d280fcfa1248f4f2d893ac22999e6dc 1.09 MB 2,703 643
500,226 500,226 000000000000000000357acc11e6e75a2a131622b447ec78eba3b7aff0c3f13e 1.09 MB 2,925 671
500,225 500,225 0000000000000000000d6e8725d6ddf007aa56c9c91dcd9096514df48100a6e3 1.05 MB 2,998 490
500,224 500,224 0000000000000000000a77c13f5e76f3db193f12a3fb2e3c0e81a62f4b7c67bf 1.03 MB 2,589 467
500,223 500,223 000000000000000000516297378933effee10de2eed0b58b6eb213027d339b74 1.08 MB 2,787 629
500,222 500,222 0000000000000000007aa7f7fa3b63ba352861353c1075f423c4358458fd3051 1.07 MB 2,618 569
500,221 500,221 00000000000000000076ea1c9ea26c16f360ee9bef9f01693edbb4db00f777b2 1.10 MB 2,605 519
500,220 500,220 00000000000000000067904c4f722f13f104cbd47572bcdc016180a2e92baee4 1.06 MB 2,568 575
500,219 500,219 0000000000000000008219ce13e82ef937d5bdb467439160a366f87b6b38de7e 1.07 MB 3,009 613
500,218 500,218 00000000000000000052fd614ab4ce9c5c6fcda4e306d0e55b989461fbe2c89a 1.07 MB 2,543 595
500,217 500,217 0000000000000000001e6cdb9572e41247fc160021b72aefa09124aee2c9db8c 1.14 MB 2,484 582
500,216 500,216 000000000000000000226b554fae15f99d2034ad19c6f2e6bb53534d5b652440 1.03 MB 3,277 621
500,215 500,215 0000000000000000000c738e0098123a554f81947a3ca917e6ce1d14e2c620e3 1.06 MB 2,986 662
500,214 500,214 0000000000000000006b90155fd030fe4a92457b3df78f5e20b6897f90b125f8 1.05 MB 3,373 642
500,213 500,213 0000000000000000005e1ccf8e52df9fe69b36977c7503c9fe0d856a9d7d27db 1.08 MB 2,306 713
500,212 500,212 000000000000000000509afd8beba512d9043f48c148b5531535a97bee8fa499 1.03 MB 3,448 632
500,211 500,211 000000000000000000268411603ce97362d2236db5673854361614fad41548de 1.07 MB 3,166 648
500,210 500,210 00000000000000000036af81d07599864b324d14a4739db5bd262abbf62c923a 1.00 MB 3,168 652
500,209 500,209 0000000000000000000165ab1821e63e47b28621e5790c7715011c0a51ce786f 1.06 MB 3,146 632
500,208 500,208 0000000000000000005133631855fa1d0abe926e4eb03a528b1f6aa0e95f5a15 1.12 MB 2,619 532
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.