Memory Pool Memory Pool Refreshing

2,383 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,372 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (42,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,494 865,494 00000000000000000002cfdedd8358532b2284bc157e1352dbc8682b2067fb0c 1.56 MB 4,456 44
865,493 865,493 0000000000000000000143a112c5ab741ec6e95b6c80f9834199efe2154c972b 1.39 MB 5,912 49
865,492 865,492 000000000000000000019ebb16c408aa943419a77bdab3942da4b17520fc9dae 1.47 MB 6,922 24
865,491 865,491 00000000000000000002ecf434db1e1517b46ed40ce0c70cd7d955f0b7eeb620 1.48 MB 6,953 12
865,490 865,490 0000000000000000000004b2032ebf83ad7172e2766c6b486a816706004482cc 1.63 MB 4,914 14
865,489 865,489 000000000000000000015780ebd811c4624c8c0a825a1b19832bc825da613266 1.38 MB 2,297 10
865,488 865,488 00000000000000000000ad2ef5eafab15a76ce3a17cd2662091f86fadb120007 1.59 MB 4,341 14
865,487 865,487 000000000000000000029272e16760c8dcd1769ede67e91e601d7a587d010915 1.53 MB 4,512 33
865,486 865,486 00000000000000000002a1067a54a62c9f75f0fd47406f4c924854b84e1dfb3f 1.58 MB 3,874 25
865,485 865,485 0000000000000000000179371cfcf2feb19faef17af626d4ad4c826c3fcdf668 1.54 MB 4,504 15
865,484 865,484 00000000000000000002a92116413e28688c3a7cd05268a5fe395fa4bec3f9b1 1.53 MB 4,952 25
865,483 865,483 00000000000000000002dacbae9a963f3f676e9cd608ccac72e15a9de8c53540 1.62 MB 4,040 14
865,482 865,482 00000000000000000000fdfbba4efef790a7032dbaf6559a9e89c0d752c9f3e6 1.45 MB 3,998 31
865,481 865,481 00000000000000000000fb755f56b72b243e4ff44841108359a6976772992d46 1.54 MB 4,610 29
865,480 865,480 00000000000000000000b564fa70eb9f102fb28cf48c29fe40c11005a5630ae3 1.45 MB 5,048 32
865,479 865,479 0000000000000000000275779c08459dae986e46b650253413774ae9bd2b9392 1.47 MB 5,717 32
865,478 865,478 000000000000000000000259c1d500c8f580524dd5a5c2ad33ea8f206d9cf141 1.47 MB 5,289 41
865,477 865,477 00000000000000000000ab9d9a9ad0e40743538e2875bb0f5fd38676cd53e211 1.49 MB 6,121 45
865,476 865,476 000000000000000000009e5c56901d2543246a292421963af916b2e3f7fe699b 1.48 MB 6,204 51
865,475 865,475 0000000000000000000018c1655a928eb291bf3f0c12ac4f228a2b48f3c057f9 1.45 MB 6,019 68
865,474 865,474 0000000000000000000122c69df1dde8deb7fadeb0a4bad37850cd524f243397 1.44 MB 6,978 32
Previous 10 blocks ↓
Total Size: 769.00 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,616.70 GB sent, 92.81 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.