Memory Pool Memory Pool Refreshing

4,432 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,744 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (32,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,324 875,324 000000000000000000006e0acf787409a37c4738ba3c552bbb9143e02c3d2f8b 1.81 MB 3,366 10
875,323 875,323 0000000000000000000067839d418b1edce51b1606f80f5e31a0f6508bd79e89 1.47 MB 2,996 15
875,322 875,322 0000000000000000000022d0cb1300455717cede029c2afe461244089050be7e 0.00 MB 1 0
875,321 875,321 00000000000000000001c4fd007d2e8d6742e4e0617450af21a4f6c4908f9ec2 1.51 MB 2,985 12
875,320 875,320 0000000000000000000068c80a22d759f437c96d07e344ce0c3f90fa55564148 1.32 MB 2,010 7
875,319 875,319 000000000000000000011677bdc8b08d102320b74548fd35a7fbf2312afdd808 1.49 MB 2,174 6
875,318 875,318 0000000000000000000088d1b6a79529bac4169605f99aab69a2da1fd0dc307e 1.67 MB 3,171 10
875,317 875,317 000000000000000000022f9d980695fd5f4b9aa300491e650906361db8635ef8 1.61 MB 2,381 9
875,316 875,316 00000000000000000001560fdc598f5d341195ca01805fa60f6edf2f6b840fe0 1.53 MB 3,256 11
875,315 875,315 00000000000000000000c46c577605472665908a1e5631e725982c91727c9383 1.54 MB 2,274 8
875,314 875,314 0000000000000000000182dcdbe2613576cc6562a3a73eafcd472d3a59e159da 1.57 MB 2,665 7
875,313 875,313 00000000000000000000e27fc3f663338115531ba7bab7f9056056769457bf7d 1.39 MB 1,988 7
875,312 875,312 00000000000000000001267ca9c3db7c8462fa16df56409061fc7e10bce29676 1.45 MB 2,077 6
875,311 875,311 00000000000000000001977a32ae7c3039880edbe019a3dcb921630fc631e41e 1.52 MB 3,156 13
875,310 875,310 0000000000000000000216651b5c64d69c02bb73f3a18e8c9dd5ce2dc221784a 1.60 MB 2,220 5
875,309 875,309 000000000000000000014fa21d4ae32fbee5d3e29e4b417e31d11052144a4c36 1.78 MB 3,200 8
875,308 875,308 00000000000000000000f37975a285b4562324e6ea9c8eb7fb035b4f1b8630e6 1.54 MB 3,259 12
875,307 875,307 00000000000000000001f3bf858be96d87ce6272193c70f8c622f802fbdf613c 1.41 MB 3,049 20
875,306 875,306 00000000000000000001f4fb1660e55f1b54e4e92c3c2a0c53cbd80051db1215 1.16 MB 1,573 26
875,305 875,305 00000000000000000000c6fd02580cd99be2eb5ddae9e0903bd62e2314a94fe6 1.18 MB 725 6
875,304 875,304 00000000000000000001113bc63f6c695f20b0519ed01aa22c4d228c82ae7b1d 1.40 MB 322 5
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.