Memory Pool Memory Pool Refreshing

6,742 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (307,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
600,157 600,157 00000000000000000002d9a0a45a220d827cfba775de8449706b5788df0c398f 0.13 MB 304 20
600,156 600,156 00000000000000000005f085839d4fcbc226279773f445ed8abc82801123078f 0.05 MB 163 20
600,155 600,155 0000000000000000000af8ddb3f01d5d687552fa86c6b598c0b7b28ee0468882 0.91 MB 2,492 12
600,154 600,154 00000000000000000014635db6e5e7e3a4e8d3db169a653805ac3e7d24339d9d 1.23 MB 2,461 20
600,153 600,153 0000000000000000000444f64e335d905f3d6085da5e993154c61de2ce3f23e5 1.23 MB 2,590 13
600,152 600,152 000000000000000000006c2c055a8833ec69b7fb30770bee0c05028818233962 0.32 MB 830 19
600,151 600,151 000000000000000000001e6717f7a6863d9f3933ecaaf3e5d6d3d1530eb22ade 0.79 MB 2,215 16
600,150 600,150 0000000000000000000b71e6b66b19442cd730587bb327103a4e983cc62dec35 0.93 MB 2,355 15
600,149 600,149 0000000000000000000f396613d80b5180bff48410bec8cf1dd5d63583286f0a 1.29 MB 2,995 9
600,148 600,148 0000000000000000000bb789d1e0a216089fd836d917be034d7f00f03b40233d 1.22 MB 2,494 21
600,147 600,147 00000000000000000001435b84bf568e6f1bf59592ed26272103557c05f08758 1.28 MB 3,121 23
600,146 600,146 000000000000000000100ebd1c6a008528a8c63f5b26dc1a08675506f6e2df70 1.26 MB 3,251 14
600,145 600,145 0000000000000000000a74d4c43e2c96c9cb9e85191dc44d22bd02ded64a22eb 1.29 MB 2,959 23
600,144 600,144 0000000000000000000c9253be46a01a78cc6bc88af5a17ec410321ff075ca1f 1.34 MB 3,310 6
600,143 600,143 00000000000000000012ba920192e05f5cceec00254df012270250e66c9eadf5 1.25 MB 3,246 14
600,142 600,142 0000000000000000000c79e0feaab3f497173a313b7870465ff622e65f8e9203 1.36 MB 3,635 25
600,141 600,141 0000000000000000000598b7a2c2a01f6decf47c2bf3285230f97a3f8ad03723 1.52 MB 3,097 32
600,140 600,140 00000000000000000000c00debcffabe1250ead5580f978dcd0256a3c7c933ff 0.73 MB 1,690 8
600,139 600,139 00000000000000000008734ca46eb8f32de5c21b1058a8982f9eb100591f1f32 1.32 MB 3,209 16
600,138 600,138 00000000000000000007d7c377c516c0049dcd26835ede81d97d1349c6fd06d5 0.60 MB 1,471 11
600,137 600,137 0000000000000000000a7e71c25957b947e42aa96fd61994bbae8bdff2040b9c 0.59 MB 1,585 13
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.