Memory Pool Memory Pool Refreshing

6,803 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,026 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (820,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,813 87,813 00000000000d1f2fd30484792ed9057f8ff7f0bcc47a296d038e8d4ba2b51f49 0.00 MB 1 0
87,812 87,812 000000000017d86e72d61598b2708212dc98cf44cb828bfd04d5cbc7854248c1 0.00 MB 2 0
87,811 87,811 0000000000137ac511d206a025105b05101ab98f75f75aa084a74af397d5b1db 0.01 MB 4 0
87,810 87,810 00000000001924e6583000e05b9247a7c0df489f699ff639b45a71ea424342a0 0.00 MB 1 0
87,809 87,809 00000000001b1d958841b5e0235fe1c2d5c836eb56c4c642915029e7dee20442 0.00 MB 2 0
87,808 87,808 00000000001a0ac36f6f5889fd2f1fd823645b9b893e1d2f61d3ec9156be8798 0.00 MB 1 0
87,807 87,807 00000000000356732cc7ea745e015893365bd18e81ef9f9233e948e733a5c352 0.00 MB 2 0
87,806 87,806 00000000000cc7c453cdacd97772ae95697829167160b804cbfc54dd81695822 0.00 MB 6 0
87,805 87,805 00000000001153919372492f630499f95180da909d9631ce318858257670a3dc 0.00 MB 1 0
87,804 87,804 000000000006d6dba2d539bb26938ebfea0736b8604100114cebf81d6cbac532 0.00 MB 1 0
87,803 87,803 00000000001c60ff88cc46c21c749cae9cb472c1e859d22aca8201d5f18a89e9 0.00 MB 1 0
87,802 87,802 000000000009ccd974cc98a7fa58414827a200409270f42b4c94af658c9a34bf 0.00 MB 3 0
87,801 87,801 00000000001e5f14717590e46bc16a4973762b8e1d6e3a61ee79de686716c026 0.00 MB 1 0
87,800 87,800 00000000000c6aaed83ec196a07f0023ed4352922cde70cba467d46132cf653e 0.00 MB 1 0
87,799 87,799 000000000008ef069d83daf4d6ac1848f41b71b459c68bce9c750986b9f55fa8 0.00 MB 1 0
87,798 87,798 00000000000c47498167b6cd044559014e6f7872e11d8c67fe75417f8e90ad96 0.00 MB 2 0
87,797 87,797 00000000000bbbe78852601eaf99c5c9c7a8ac18ae0af7930f151b153af24b42 0.00 MB 2 0
87,796 87,796 0000000000105354298b633ad7c4a4de45dc5e2ebb5f990c6541819f8d07c7ec 0.00 MB 1 0
87,795 87,795 00000000000f146d2dc50fa8305d68ac59fcaebb90e536d3bc87032ed53cb778 0.01 MB 14 0
87,794 87,794 000000000000d4c86f26bd149d9e166398bd29b3083f1c526be8b0c151fc30ed 0.00 MB 1 0
87,793 87,793 00000000000717b04b9a16e3e6857cc632678804f2b875cbebd2a58a0e94112c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.