Memory Pool Memory Pool Refreshing

10,630 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (185,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
722,280 722,280 00000000000000000001e9046b3e68bb0d62ee471a17769b033b08a1e778abc0 1.11 MB 738 8
722,279 722,279 00000000000000000003b488edfaa30e91fdee7cba83c38b0d41c8c0b57a9922 1.44 MB 2,639 16
722,278 722,278 00000000000000000008f32fab3d58fea01ae5e3a310b068fc88d8f4c7b0fe81 1.01 MB 1,294 11
722,277 722,277 0000000000000000000097e1328099084d690cda429ba66bf9f384661700d31c 1.26 MB 2,257 12
722,276 722,276 000000000000000000024d12551ed76624372b868d1a9da0293071deb4d08c21 0.54 MB 648 10
722,275 722,275 000000000000000000076c06e15ba872e043b83316774e9c1db84c427461565a 1.49 MB 1,396 9
722,274 722,274 000000000000000000084be90c7ca4979fc77ca78b6b8a68dba4cb71939bdd7c 1.32 MB 1,811 4
722,273 722,273 000000000000000000094b9c2d2341f22748d4dd81687d77590636a8a0af4b7c 1.35 MB 2,066 13
722,272 722,272 00000000000000000007a79d25cd60f86c4dfecc594efb09501ab65918ae8acb 1.33 MB 2,115 16
722,271 722,271 00000000000000000004e188cc6cc756f00cb7242c06d1c0cca4dd9f63abebd9 1.40 MB 2,587 18
722,270 722,270 0000000000000000000413c17c79237888e279f9229d0aa61262825dc37a7a70 1.24 MB 2,430 12
722,269 722,269 00000000000000000000280f75e1455ba50902ffee700dcbefecc6d6818f891b 1.06 MB 1,948 12
722,268 722,268 0000000000000000000a7d19b03753fbc16929100da0c6f29a423a8e7898ef50 1.43 MB 2,700 13
722,267 722,267 00000000000000000006dae124ff08c99562abeb525d6f996ec6fb324de5bbe1 0.18 MB 303 9
722,266 722,266 00000000000000000002572e660e954ae9157373efd75df159642024b270ac12 1.08 MB 692 1
722,265 722,265 00000000000000000007d1ec7a1c706281812b4305a8771a66e9bccbe7bdd7ba 1.67 MB 998 4
722,264 722,264 000000000000000000048ef1b4d7ad5865b8d10a4fe79f7afade81d439c27f21 1.69 MB 963 4
722,263 722,263 0000000000000000000178bc8c922789b98da50ed5e52e2b7b482bd127daa8df 1.54 MB 1,694 4
722,262 722,262 000000000000000000061040a97541631625eba32f0092cf4c3e85cf94e7a1ff 1.65 MB 437 1
722,261 722,261 000000000000000000097a665d19191e4e7d81c25d302695b384636ccea94333 1.53 MB 2,575 14
722,260 722,260 00000000000000000007b22bdb9ffe2a566387ba80e56800314036b547ec4d7f 1.39 MB 677 3
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.46 GB sent, 92.91 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.