Memory Pool Memory Pool Refreshing

2,356 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.69 vMB 2,343 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (717,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,322 190,322 00000000000004415a1bc2c2bdc895debb56de001398ab6323c7968fce975502 0.24 MB 549 137
190,321 190,321 00000000000001c3bacc869917cacdafb6e00c552ac294835107b574a44a0362 0.01 MB 38 124
190,320 190,320 00000000000000d4b63707d2e2dbd89368050d7779a481f24414d2f65870f998 0.24 MB 427 110
190,319 190,319 0000000000000043339fd8d8b36bdf8d0f54efadf99847f10e63fa4475c1d341 0.05 MB 134 53
190,318 190,318 0000000000000843e1f33ab3ba16bdbc551b6e999cf7285e730e6feca695d6c4 0.25 MB 487 141
190,317 190,317 00000000000004325fb218369ee5e4a2462acd6e0023fc944e28010c62b8334f 0.05 MB 150 103
190,316 190,316 00000000000004a5e9251999a93c23a02c9f9488cdb308c542791d948922a9db 0.01 MB 36 109
190,315 190,315 00000000000006a0bc3be527033c02d3bcfa72af2f4213c4b0feec9239573342 0.14 MB 336 119
190,314 190,314 0000000000000040608b81c15e94d29606acb7d715ae2da9e99c6bb129f26362 0.21 MB 518 135
190,313 190,313 0000000000000240dad849d742b3028fddf07b99308b6a60d63d69f38058cc62 0.05 MB 154 38
190,312 190,312 000000000000062a49bdc9a154f7ba54e70ce603cecddeaa5caf3a36b15e7f3f 0.05 MB 181 10
190,311 190,311 00000000000000e18cfe031e7b4b88c6fb170caf9cb4db9e273cf1f69ed5be58 0.12 MB 252 287
190,310 190,310 000000000000014384ef6a8e931657998c72ff29d8cdfefb7629134b610cb6f3 0.04 MB 130 62
190,309 190,309 0000000000000043fb02a2d31973ee84d796059713010c1c6fd3d5febede9880 0.06 MB 138 262
190,308 190,308 000000000000043f88571f29e8b8053e6765f377a0e11916f0a9c2337344e087 0.04 MB 128 350
190,307 190,307 000000000000008de793b9375375959b60081a3ca61d7c4cfbb3a44ad354857f 0.35 MB 958 529
190,306 190,306 00000000000006203ddee9fdb60e0e20bc1ed285996766ad965b605b592cffaf 0.17 MB 501 312
190,305 190,305 00000000000005089a4a21de5955fac3b4eae0374778250a78c0daf18d9f1582 0.21 MB 572 781
190,304 190,304 000000000000069bbdbc2bd6d7b1934035b788ff67196564a508c33249a69d31 0.23 MB 608 125
190,303 190,303 0000000000000280168b7b39885220a3a8051448f1071af67d5a51f1a90d838b 0.13 MB 343 179
190,302 190,302 0000000000000694dd1d7b1c01e174e281861838e087f037ba47084e35e1608e 0.06 MB 146 117
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.47 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.