Memory Pool Memory Pool Refreshing

294 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 287 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (761,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,823 145,823 00000000000001862d9968c8d88dfdf3eb76dd3934fdd591950130859ef8b43a 0.00 MB 3 0
145,822 145,822 00000000000006544a060c2dd90e3bb5d744921e98326d324fcad6bd796e6a3d 0.01 MB 28 248
145,821 145,821 0000000000000814b3ec504e1c0c178153051fea96c827d60cc116f3dbd48c5b 0.04 MB 128 63
145,820 145,820 0000000000000460914a043e28baae3f21a4c354ef4698fde3325f8196934052 0.00 MB 12 184
145,819 145,819 000000000000026ea7a9e5393406008382f15ab2afd6121304af19d27f1a74f3 0.04 MB 120 142
145,818 145,818 000000000000082d2ce11d98f317efdbab47326e8e0b1a30dbe61b20f4f0e40f 0.00 MB 1 0
145,817 145,817 000000000000089bc8260c184ceaa7bd57748b54f5eac2503be852d9ec38768a 0.00 MB 12 568
145,816 145,816 00000000000008dc91f87c5c56fec36c0a302897bb6c071d1735f9e41970de07 0.01 MB 29 140
145,815 145,815 00000000000006ae148953c68036d6dea980811f0ee94dac5547e167f691909a 0.01 MB 6 71
145,814 145,814 00000000000003524b6f2298d9e75e1a70f05dbb6839afad2045829026a122b5 0.00 MB 4 151
145,813 145,813 00000000000005a0f32fe4e26b1cb4783314f011e090702738e664f5879cff51 0.03 MB 89 95
145,812 145,812 00000000000004ce9bb7b76e84928e6b7c1e1b79b37b4f97b7ef8fe04491985f 0.02 MB 75 204
145,811 145,811 000000000000042d9de2290c1b277547eadf22b67a8b29a02a5aa98f9a13e6cb 0.00 MB 6 29
145,810 145,810 00000000000008e6c5eede1dcee237dadadfd99bbe8cff146ece5c9eb013df1e 0.00 MB 6 42
145,809 145,809 00000000000001fee5fa1f82c9d4c88b24853796c079719224744d1bb949485c 0.01 MB 19 61
145,808 145,808 0000000000000935f8d3074387616d11c102fd48773fb876855c952746dae043 0.01 MB 22 156
145,807 145,807 000000000000050d2f5f51efe7b3d40552f630b299754e48f32be2e34287ee65 0.01 MB 8 14
145,806 145,806 00000000000006a7d9883808faef84b3a21b73a79c20458048f7185ed039f2c2 0.00 MB 3 93
145,805 145,805 000000000000031f52560b768c79981ee40375b1e8c9e24c612d6e2c9b9aaebe 0.01 MB 23 180
145,804 145,804 00000000000008de1b7a1950cc1f75f4aae8255a0ea12353706a4db7e5bc13e2 0.00 MB 4 30
145,803 145,803 00000000000001b2b2b1a6349aa12928858e0859e8ff1c004d61cfbb29b8fb9c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.