Memory Pool Memory Pool Refreshing

3,963 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (107,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
800,090 800,090 00000000000000000002e646dc6b0c625975bb66b269a6cbc79ca62033d93a4b 1.60 MB 2,401 14
800,089 800,089 00000000000000000001ee2a983d4cb1cac9bd1a4cb9cbe013b8423d029af0bb 1.53 MB 2,812 34
800,088 800,088 0000000000000000000062f856c790e4e00fcd9276ed6eebe4a5eedcafbab75a 2.03 MB 6,165 10
Previous 10 blocks ↓
Total Size: 769.05 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,627.30 GB sent, 93.12 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.