Memory Pool Memory Pool Refreshing

5,535 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,692 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,166 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,691 (5,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,852 901,852 00000000000000000001593db5f518e4251de0300459d0ba610f9737cfa97740 1.35 MB 2,238 3
901,851 901,851 00000000000000000001b64936338a0b07d60753bfa276291e75a12eec920ecb 0.88 MB 1,545 1
901,850 901,850 00000000000000000001067d6d93dc36394d7e3cbe05139eb194a1d908217b81 1.52 MB 2,452 3
901,849 901,849 000000000000000000009020ca862ee570800130b4349b12feffd123cf1c45e8 1.64 MB 2,775 2
901,848 901,848 00000000000000000001e3af8283b4b9bdb2ed8f8c96d69b28a73e760271795d 1.31 MB 1,895 3
901,847 901,847 00000000000000000001e71276fb9fb0d5e87240b3a9582cf0c49f397aaa53ca 1.31 MB 1,775 3
901,846 901,846 000000000000000000019fda9794e3ead682f1b6a1cc68c3bd0d95a35f4db0b8 0.08 MB 185 2
901,845 901,845 00000000000000000001d42b797ef8ce5141a2ebb910c8618490fe30db694ee7 1.02 MB 1,666 3
901,844 901,844 00000000000000000001f7ff01e0644b190926f1b662c1cfe7490fa3de81a59a 1.45 MB 1,642 1
901,843 901,843 00000000000000000001779c7ae6ad30ceeeae40471511f05abf74364657cd8f 1.50 MB 2,483 6
901,842 901,842 000000000000000000008012fd3e59d73e894bcaef9b6a7a56587268ac0cf428 0.55 MB 1,136 3
901,841 901,841 000000000000000000014081c42571c87e7c9ee3185da01edb70952344936720 1.10 MB 1,690 3
901,840 901,840 00000000000000000001c3a46dc3c51ed87479c8f790c11531f2fd61e0eb3cae 0.05 MB 132 4
901,839 901,839 0000000000000000000115e195d1163369fd2385b2cfa7e8a64707bfac8f485e 0.45 MB 672 3
901,838 901,838 000000000000000000006e7dd5d487f20a8a5aac754327803285c9d886e13da8 1.56 MB 2,766 2
901,837 901,837 00000000000000000002055b6d4270c71a071e1e4e74587d44151492535e4b36 1.55 MB 3,006 2
901,836 901,836 00000000000000000000336ec0efc97cba6b5aabff3f9608975dc68d9f3b68b1 1.65 MB 2,416 1
901,835 901,835 00000000000000000001cb0cc25544c8813c3b0fba29ea32d44d6a52bfd24691 2.02 MB 2,233 2
901,834 901,834 000000000000000000012b3720a17f5227484e6b27b98e3566316b078bbb76e7 1.38 MB 2,224 3
901,833 901,833 00000000000000000001d801930e4685884aab53e155f64e60311f8b01f0aece 1.44 MB 1,197 2
901,832 901,832 0000000000000000000166bbbd6282bfcfb4ae46d37d4c05bbdb9a7b19808826 1.44 MB 3,023 4
Previous 10 blocks ↓
Total Size: 768.97 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,615.55 GB sent, 92.65 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.