Memory Pool Memory Pool Refreshing

8,366 transactions
3.21 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,529 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (74,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,174 833,174 0000000000000000000203d32ebdaebfbcec6baa8c82141677a32187a023ac44 2.04 MB 2,074 79
833,173 833,173 00000000000000000002fa5d12005c3ac6b7967abb4d13e719090b214eed4395 2.54 MB 2,170 78
833,172 833,172 000000000000000000037490207afdcc5aa6bca621f35ea8dd0d70f363f05cc3 2.05 MB 2,468 88
833,171 833,171 00000000000000000000c15a89fcd9d3882bc1dfb093b4f9d2d631b89e8c7f0b 2.12 MB 2,505 95
833,170 833,170 00000000000000000001a4df88e4236ac0304298e0d1ffe19fe3287f7da62920 2.48 MB 2,121 90
833,169 833,169 000000000000000000009420244a199b301bdf6adbdf0e39481e9515704709a4 2.27 MB 2,201 94
833,168 833,168 000000000000000000033f7cd1b2c1f2c72087bd282e5b89b074787787ffb955 1.98 MB 2,417 91
833,167 833,167 00000000000000000001e7c52d87e0c320c057dedf4bfdf149a550d2276ffb1b 1.76 MB 2,758 114
833,166 833,166 0000000000000000000192079dd97ab3515e6a52b0b586e325beea90564c04e7 2.43 MB 2,250 86
833,165 833,165 00000000000000000003035d050e25a19c35dbc7144dbb4bab8fe9c25f89972f 2.48 MB 2,412 89
833,164 833,164 0000000000000000000169837b3f827119a6afbb2bc134b583ca4d8df4d01b57 2.34 MB 2,677 93
833,163 833,163 000000000000000000020089c9f7eb23ab49b79a565a0612304ce06fde8059a8 2.09 MB 2,757 90
833,162 833,162 00000000000000000002540069f91b7aa03f08c219caebcaa28f24995c8bca51 1.99 MB 2,747 99
833,161 833,161 00000000000000000001a2dc3051be023c7a1eec43e04daf5b3de9b38ff8775c 1.75 MB 3,034 99
833,160 833,160 000000000000000000022a052c69245a43e14db7b48beea07cf8662c79c20f93 1.70 MB 2,161 100
833,159 833,159 000000000000000000033766657cafd03ba2b402aea17a7e31b2cf6e104b6030 1.58 MB 2,678 125
833,158 833,158 0000000000000000000384330267e29c202c97ef91e84074c9d7059a53e06cfc 1.77 MB 2,987 89
833,157 833,157 000000000000000000032b73bbce05bd050c9cd04001bc5d914d299d500c9219 1.65 MB 2,446 108
833,156 833,156 00000000000000000003200381c65029394778347c0560067db27b7328cea609 1.71 MB 1,072 102
833,155 833,155 00000000000000000001ef60cc3492f18e6adf34e276b0bf14d86a76bc75be83 1.94 MB 3,108 98
833,154 833,154 00000000000000000002886c959055ce15468bf2c6c8a3288ed842f4d02128b6 1.93 MB 2,813 105
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.