Memory Pool Memory Pool Refreshing

13,497 transactions
4.78 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,721 (354,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
553,264 553,264 000000000000000000037973de492e29b494a6344198c1fafc0f4348cfaff26f 1.20 MB 1,517 20
553,263 553,263 0000000000000000002f3e00043560a4fe88ab175cc008d1ffd0afe8c751705a 1.25 MB 3,000 30
553,262 553,262 0000000000000000002cbfcc8e0977ebee487f67f7c3fd4bade8e971cf39c1be 1.26 MB 2,553 46
553,261 553,261 00000000000000000019f3a4a0db9e1346c49bca2872e76c7fb2117e9ff47df7 0.27 MB 491 15
553,260 553,260 0000000000000000000a3113d502f14540722a6581fa9c0e10ec2f21b22e7755 0.23 MB 363 28
553,259 553,259 0000000000000000002cddc2701f96cbd556a64f62469ac20484e39794db01aa 1.26 MB 885 1
553,258 553,258 0000000000000000002d8fd13019501d4416f4ed8c5ab05a17990bdb77fa643b 1.27 MB 2,268 12
553,257 553,257 00000000000000000019d7b569ed92cb8030934a5f1b4ed9146af8653e72e3bf 1.10 MB 2,081 10
553,256 553,256 00000000000000000029a8e66d37bbf8bdc0b01fe7eadcfce1f04d1c7b90b947 1.25 MB 2,509 13
553,255 553,255 0000000000000000001eea8340ae29cbe73173dff65ae44f6ec204cd11c10034 1.22 MB 2,789 32
553,254 553,254 0000000000000000001c48da2a21c9d098efcab0f4904ff4773c0896c63c62f8 1.24 MB 2,985 36
553,253 553,253 000000000000000000271c579c88555b439e108261ba096ab217c4b0e5c5a929 1.19 MB 2,224 19
553,252 553,252 000000000000000000171c470e931d2c95c34c6ebb1db3d3b210778e47aa4421 0.63 MB 550 2
553,251 553,251 0000000000000000000d9761cf05bffc744146271b0f949095441101f1de0743 1.21 MB 2,397 13
553,250 553,250 0000000000000000001b592dfcd166df0a144edd43b6d7c60c6b7d86b8bf53dc 1.16 MB 2,778 15
553,249 553,249 00000000000000000028ac4c8adb2d802a0f9a887961bec28039acf0e3640a06 1.29 MB 2,710 36
553,248 553,248 0000000000000000002f82a1d5d29dc523e2650c2b230e4fbb24980a240b05b3 1.12 MB 2,000 10
553,247 553,247 0000000000000000000b893b9b69e64ee27414217b5c554128e7879b6c2c1091 1.19 MB 2,524 22
553,246 553,246 000000000000000000061e02476d767ae4260458308f8763e531128dd4ffb944 0.22 MB 466 17
553,245 553,245 00000000000000000005aab4a99cfd9f675301e6eb7b1b590311c693d6b25839 0.33 MB 242 5
553,244 553,244 00000000000000000004d8cd516071e3b0e6e28380cd4ef7fd381ba37a124f77 1.10 MB 2,255 4
Previous 10 blocks ↓
Total Size: 769.02 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,624.72 GB sent, 93.00 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.