Memory Pool Memory Pool Refreshing

7,491 transactions
3.74 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (636,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,229 271,229 0000000000000001c8a78baf16c24cf1a72a9b772252e14da1f2f96acbbf291f 0.22 MB 322 73
271,228 271,228 0000000000000002263915f9eddc52bcaf3242edc7ac36ef42e1c781ff4d023f 0.25 MB 417 77
271,227 271,227 00000000000000028d19b28a221cf8b549b8a3e690e95880d706970785b550b6 0.25 MB 759 126
271,226 271,226 0000000000000001eff6838f0fa4b67b19a48cb43d14960826359172c665d037 0.14 MB 384 122
271,225 271,225 00000000000000022a21b9a9fab482101a00fec9e065a2d00b6b0daa3403f288 0.15 MB 323 49
271,224 271,224 0000000000000002f79922058a504271e342231a137141ecabe80ac161b098a7 0.17 MB 415 65
271,223 271,223 00000000000000041b3b10a651c7cadb946fa1bf2a459f9bffea23a64df9ea15 0.22 MB 567 54
271,222 271,222 000000000000000542cc416ba9f61715fca6c1723e9c6c91c3ecb08f07a922d2 0.35 MB 551 68
271,221 271,221 0000000000000005a8c1eab65a455650fb8c387b4fea6e375927df1bb304a2d4 0.06 MB 131 46
271,220 271,220 00000000000000011f026a7321dd6dce1cf10443a0833320b5a29737efc1b968 0.18 MB 194 18
271,219 271,219 0000000000000004328515872c5f06e67479ca0e34cc648b331d561a0a1eb647 0.25 MB 502 58
271,218 271,218 00000000000000055a867184a2c4a63925c68ea5138b3eff1a962f0be4d0070b 0.50 MB 1,213 57
271,217 271,217 000000000000000376b096ebde1bda864342ed6ecac7fb76173561d24321321f 0.25 MB 627 73
271,216 271,216 0000000000000003dce445fa9254c85755c13e95f7fab33c88d4f6de18aeb1a8 0.06 MB 135 41
271,215 271,215 0000000000000003183d24cf1b393fc4bd059184ca7ff0defa591ab58dcdde37 0.19 MB 383 45
271,214 271,214 0000000000000005aaf356f1152a1e8770eff2fb485082e8c88c6604a39b6455 0.14 MB 212 49
271,213 271,213 0000000000000005666b1f6213da05fc2282bd0139ddaeb3f5c11f9f7ad3ffc1 0.45 MB 536 30
271,212 271,212 000000000000000443b42dce8fcfb61063c04fd3636ead972b7153a20c63fa9e 0.25 MB 664 66
271,211 271,211 0000000000000003f2eb5a10fabd40b162135eec1467da5fd59666e07585f276 0.25 MB 676 81
271,210 271,210 0000000000000006eb3b7ad8c85f7755213247e67af3107393feccef8597c339 0.05 MB 102 41
271,209 271,209 0000000000000002415d0682fff1f8dfb77fe277edb6f08299b07f0a3eeafb41 0.06 MB 110 34
Previous 10 blocks ↓
Total Size: 769.03 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,625.37 GB sent, 93.03 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.