Memory Pool Memory Pool Refreshing

8,396 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (107,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,111 800,111 0000000000000000000024794a30ffb3bac48aa774ffaa5d30cd3c03d0630b22 1.97 MB 5,736 7
800,110 800,110 0000000000000000000004e5de147aa8851f5292ef3e95662d9a697bfe4a2a1e 1.85 MB 2,529 8
800,109 800,109 00000000000000000004dc5cdc9cbeb3f083c6140d76d982e47c60d2127bba53 1.43 MB 1,968 15
800,108 800,108 000000000000000000049649710d66ef8cfe4489556c3dfe3e3fa60559a65439 1.43 MB 2,231 15
800,107 800,107 000000000000000000046eabc851a9260f273399d882df592fc93e414e2ad79f 1.44 MB 3,051 34
800,106 800,106 00000000000000000001e79266c7c8ba1a88950832af52b8cdc49016e2361e19 1.90 MB 4,956 10
800,105 800,105 0000000000000000000193f6a3481c2923fd5e19332c9019c2552ef71f362cd6 1.35 MB 1,675 11
800,104 800,104 00000000000000000004878d6eca6d8f1623abf09c7ba4e2d0ab623b7b1a8e4c 1.90 MB 2,654 18
800,103 800,103 0000000000000000000045e3ad3ef1bb4793b9ce8af5c74935d856f2763d160b 1.67 MB 2,810 21
800,102 800,102 00000000000000000004bbd5e7794016acf1b689464f2f1817133c2314162a31 1.60 MB 3,081 17
800,101 800,101 00000000000000000004becd14738c8e277b4603eeca04545e0f693ffacfea57 1.58 MB 3,038 23
800,100 800,100 000000000000000000043b4bf84a8097c0ca3de8d1f110079adf4621ef46228a 1.79 MB 3,692 9
800,099 800,099 000000000000000000024a6e83bf4f3ba1f93fae98b73d1f7cb302e67b2d409d 1.71 MB 3,642 16
800,098 800,098 00000000000000000002abff64bec3fd425916fe9e60016cdd032f34c70e932e 1.33 MB 1,333 9
800,097 800,097 00000000000000000003067ed6a6d3934205e44675a403a5412378f8db04be65 1.35 MB 2,228 14
800,096 800,096 00000000000000000000f42e73a71107b86390a7dc1197399515e674f6946825 1.57 MB 3,450 26
800,095 800,095 000000000000000000041444db38204e9bc8a942ec3acfedb3ba244f44de6e6a 1.52 MB 2,179 30
800,094 800,094 00000000000000000004eeee1e2db60361817911620dba52b57848826270f00c 1.75 MB 3,230 42
800,093 800,093 000000000000000000045bc44e569872a35f056f43e86e7268b85d110a093716 2.06 MB 6,148 9
800,092 800,092 00000000000000000004d0d234907d8d9a03c1d443d13cb53815c80d641cbfee 1.94 MB 5,733 9
800,091 800,091 000000000000000000029716d64ff3559692a7cc4bb65398c5c57f062b03bc73 1.69 MB 3,117 15
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.