Memory Pool Memory Pool Refreshing

4,168 transactions
14.91 vMB
Show Random Selection Loading Transactions
Max Size: 62/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,608 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (823,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,711 84,711 00000000002236a482c9eb9c224fa6ef9e6783fcb676fdcbbf4891b396c20627 0.00 MB 1 0
84,710 84,710 0000000000012f81cf03d0a84776e01518a93b5f7235afd83d1784cd2c681348 0.00 MB 1 0
84,709 84,709 000000000029090265c146f5aff30c29e1f777423d81156818ad15531452df2c 0.00 MB 4 0
84,708 84,708 00000000000e89ea45768c8b6fe52832f1616e8d0ccb4e325249bed3eef6aa63 0.00 MB 1 0
84,707 84,707 00000000001f8597f3798ac8c199543e0467bd912cbb7a4de7977c981fc02256 0.00 MB 5 0
84,706 84,706 000000000015f906b595367db270f40821edf52dc72c2ee8094a25e963348694 0.00 MB 2 0
84,705 84,705 00000000000c470b0d7af62b0b1fc66c643e5215ef3adc1a5071517ca6e860dc 0.00 MB 5 0
84,704 84,704 00000000000aa9ae60b7569e7371d178935071bcb3120b3bf33c733a41a6edc7 0.00 MB 4 0
84,703 84,703 0000000000052432f2900c792f6def320fcae1eaa6a6a8890e35b3b06d7f480a 0.00 MB 1 0
84,702 84,702 000000000024d9e2e8889bca8f6dc3b493c3313c3a08552e60c40200ce6d9283 0.00 MB 1 0
84,701 84,701 000000000008c10cff308f436ff49c55bd8976278b040f693b15dc8a4c258bda 0.00 MB 3 0
84,700 84,700 00000000001d3cbd32d0da9c535d01e34fc58df407fbbd2f769e7c3db00f985b 0.00 MB 1 0
84,699 84,699 000000000002e1cd29c2be88044f158b36297ada134dc0b1f90bcd6a65189ea0 0.00 MB 2 0
84,698 84,698 000000000010624b14043ce63f001df55ea0c214d94b72313984abaac59966de 0.00 MB 3 0
84,697 84,697 00000000002f81f4a3b8961617336691de19b265894faef38c67d69b8f13a3c4 0.00 MB 2 0
84,696 84,696 00000000001a3dcfad42a47297d0f8680cce3028f9deabc3d7537ad1e707afb4 0.00 MB 1 0
84,695 84,695 00000000001426f2f1bdcde26478d8caec321d699c83236fa9c88d90ba8a2eb1 0.00 MB 5 0
84,694 84,694 00000000001504575e89f29774311c6fc182ec223cf209359426718e9b0be6d0 0.00 MB 1 0
84,693 84,693 0000000000160adcdf5a10850ba531518e8fd76908a25b5ddada54eeb630f841 0.00 MB 1 0
84,692 84,692 00000000002d55b3d9b354ae1281f811f02cf2223ad7f32581871e9067441a87 0.00 MB 5 0
84,691 84,691 00000000002af3c153be666b4e3b24ea2be6fecac1182094691b4c95f4898f3b 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.