Memory Pool Memory Pool Refreshing

1,232 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,222 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (621,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,769 286,769 00000000000000013b9853fa91fabd55902fb3bcd36c5522c30ef0650c256751 0.70 MB 1,427 36
286,768 286,768 00000000000000010b716e8eacb79e3381177fb564902a57aac25b7eb5f7b87c 0.12 MB 65 15
286,767 286,767 000000000000000018487be12d4e1881dd80938b64d367cb33b6900aa6e26773 0.35 MB 656 40
286,766 286,766 000000000000000111d58cf97d8f8b82e3a1c8ab936214fb1b53fcc2c3a12f35 0.06 MB 164 56
286,765 286,765 00000000000000004eb300c1b671ff200a504e46e930b489f82059f98fe0b422 0.14 MB 177 20
286,764 286,764 00000000000000012cba586d17e81d193c8793af8a3feb85082dd006e4b2ee90 0.06 MB 167 53
286,763 286,763 000000000000000019885c8fd8b2aa060ab655b56dcba19fdf8bcac75eac2be3 0.05 MB 63 23
286,762 286,762 0000000000000000388842a4ac85a7640b098422ab600f9000144ca0a74ae345 0.07 MB 109 27
286,761 286,761 000000000000000112f42c1f38df7c7bb3e9312990e88327c5f3db0172836046 0.35 MB 605 33
286,760 286,760 000000000000000053c2b36498c925e38d2662058b9d08e0b80d721037f6fc9e 0.82 MB 1,242 27
286,759 286,759 0000000000000000a6041fb356aeb2cded8c32925750a8bb496d2b0da586fc40 0.25 MB 507 54
286,758 286,758 00000000000000002f6be70ef845160eaea093c2b3234e24ca15dff5c4ac6399 0.05 MB 163 146
286,757 286,757 00000000000000014babc25ca5e1adafe6d25c2e836f38dc333ea05e23ca6e66 0.11 MB 237 44
286,756 286,756 0000000000000000d9792981405665af976b342f27adc3d49b94df4c278ff338 0.38 MB 725 55
286,755 286,755 0000000000000000e33d2ecf6b9e543d06f22db5cefd06011a06f9d1d63f0bbb 0.19 MB 143 13
286,754 286,754 0000000000000000308fc7414cbfa79667fdea8485528e0a788e2face6237d05 0.35 MB 1,015 76
286,753 286,753 00000000000000009c5832216a501adbfb5c38a12df97681a9b78946bd99d11e 0.47 MB 885 35
286,752 286,752 0000000000000000f3871a435aeaa457e74709cdc7d3bd3cfc6df5691308803d 0.15 MB 57 13
286,751 286,751 0000000000000000f9f9ffa67017369f07a99113dd3dad5c534220261612d41c 0.06 MB 161 82
286,750 286,750 00000000000000005f0118b05d41161ec3df15e12ab987bf39c46fc1d91d2242 0.47 MB 697 29
286,749 286,749 00000000000000011339fd13fcdc2d16b574010f610a094fd26efa14bc4ae059 0.64 MB 201 13
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.