Memory Pool Memory Pool Refreshing

3,522 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,711 (636,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,453 271,453 0000000000000002af68b19ffc72cb8329b9daa345c90e1d471e23496dfb00dd 0.15 MB 333 62
271,452 271,452 000000000000000074ed67d46229075170b6e4c22ac676f43b03781d6c295d61 0.08 MB 160 27
271,451 271,451 0000000000000003b75af680a4c62dc800c2530a1d1133e572a54b0888e6a889 0.40 MB 964 61
271,450 271,450 000000000000000034d255fe71a1e0dee67c40a257615800825f2647dede2669 0.07 MB 173 54
271,449 271,449 00000000000000025a596510576f16889b75245241eb3e170152b4d3de336d7b 0.20 MB 475 59
271,448 271,448 0000000000000003e90f0f8034a0e1e3c13daf0aa84fd766385480aef3e72afc 0.01 MB 21 87
271,447 271,447 0000000000000004c808ce2affe1896c696234c5d505209b859280ac338db880 0.11 MB 245 44
271,446 271,446 00000000000000033503aff1946ae888a71dbbe3d213147eadeca4dff06d6ef0 0.15 MB 357 66
271,445 271,445 00000000000000044c5bbfe03ca0203e9a951057af49fd9e0b4308cca95d7043 0.15 MB 365 64
271,444 271,444 00000000000000039ea8109a3edeacda63107e9c15b988a71c1412352c649720 0.05 MB 146 76
271,443 271,443 0000000000000000d68c283f83b948351b80961ff35cc02b3c4027b4209f7ca7 0.09 MB 207 62
271,442 271,442 0000000000000002873d5137bbc053f7446a3f0284609311f99f8ebf305019d5 0.27 MB 536 58
271,441 271,441 00000000000000066e0542cbec7d09dbbb11d8d99cbf3d128bd2a4aed8386872 0.24 MB 515 57
271,440 271,440 00000000000000005e0940a15e12d79e869ca9ec618408658d90468ffe969a27 0.35 MB 695 84
271,439 271,439 000000000000000648407b354d77c4060eb1f5377a7d0e0e5dbcda30baf5a28c 0.11 MB 162 12
271,438 271,438 00000000000000000c660241ab4c61565aca0608db8e4c7c8d070247e8ec2f8d 0.24 MB 517 52
271,437 271,437 00000000000000050d2c06080f95739faaf318d8e753b64c5dddf1f7d3999e59 0.24 MB 513 52
271,436 271,436 00000000000000012606cdbbf7aba3bd8be584bbb94f14335e769a5b04d6a1fe 0.20 MB 268 30
271,435 271,435 0000000000000002ca768798d0deada9344f2e6082f593d1bbb7f6382e899b41 0.25 MB 654 39
271,434 271,434 0000000000000003495b989abc0ddd40b7724158e899f796013c8f6495d49fda 0.25 MB 640 96
271,433 271,433 00000000000000013b381509c0a0941e0d802e9864e6bdd106689749eddbdca7 0.25 MB 521 56
Previous 10 blocks ↓
Total Size: 769.00 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,616.91 GB sent, 92.84 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.