Memory Pool Memory Pool Refreshing

2,968 transactions
1.09 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
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
902,273 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 2,581 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,272 (650,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
251,577 251,577 0000000000000013e8ad1a5d37652c65c00efc582a01d98e3a1efe19358ab77d 0.07 MB 112 91
251,576 251,576 0000000000000033b7bb189eb182309cb5fbbd67963a8df171c676afce4c020f 0.15 MB 347 111
251,575 251,575 00000000000000710f1ac6c148c4621c43ce04a516223d66f6bf601fa7230288 0.16 MB 358 111
251,574 251,574 000000000000006c13c810f9d5794485f4b3522f0a6fc356a87a16ffdc693bee 0.15 MB 400 98
251,573 251,573 000000000000002b1723ccb84e03fa70c9b44200be6ac195f6ebaa4a076395d2 0.09 MB 199 90
251,572 251,572 00000000000000183d1cb83091e0140c32604ab206cd0d531f90f24d7d329374 0.09 MB 184 102
251,571 251,571 0000000000000061877a48459d99eb1dbcec6fd218cfff572a3ac33e978027d9 0.09 MB 170 99
251,570 251,570 0000000000000048d244d78f13cec78cb96b5c701b46286c620a8b7ce0c22b02 0.02 MB 62 113
251,569 251,569 00000000000000172d88640b4697e2f8e7936fb36568423997fae962ab333578 0.00 MB 1 0
251,568 251,568 0000000000000045d10b34a13b7fc2fb73e71e61aa1e5bc9bc79fda4c8108c78 0.17 MB 392 105
251,567 251,567 000000000000003e32ea62598bf07b7f42741d638eef2631ee8e2dd3eb2a2e38 0.15 MB 348 196
251,566 251,566 0000000000000063dff5fd62578b6c738a4a3df8a9f813bab6688c390cd0e0b5 0.02 MB 39 132
251,565 251,565 0000000000000054ed650b33662239f583be491337dae062d5c5d5876872cc77 0.07 MB 165 142
251,564 251,564 000000000000005f873eafb2cce8f6731322300ca0f02103381cfa1efa3e3cd3 0.14 MB 256 36
251,563 251,563 00000000000000480ad86800491315535a4a71bbe51b5d595b7e7e1cd6851987 0.10 MB 256 117
251,562 251,562 0000000000000009f5b45e3c99b8f084c99447fd84e5d6d69ce25219d2c3b047 0.00 MB 5 46
251,561 251,561 0000000000000010bca0ce4ce37c165cd4e820356194bf5991a7b9af792a83d5 0.03 MB 58 61
251,560 251,560 000000000000002c55a7588200e1a1dd668920ca100c4b227f255b84b4f99183 0.04 MB 101 64
251,559 251,559 000000000000001c9278eb231d303da92acf28e9caa6dce0bf785e69d8a7ffef 0.10 MB 215 112
251,558 251,558 000000000000000ee63417dd5f134f64fe63a7df3eed0dc25380756d10841f46 0.21 MB 103 24
251,557 251,557 000000000000003b459a49defa85f880570bf8afb033a0cdc28d8d04ce777008 0.05 MB 119 131
Previous 10 blocks ↓
Total Size: 759.63 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: 851.91 GB sent, 44.43 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.