Memory Pool Memory Pool Refreshing

1,325 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,292 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (616,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,464 291,464 000000000000000064c7bf04814ed89a78cda8089e28387749de6a7b5c9ba8e5 0.35 MB 549 27
291,463 291,463 0000000000000000ed51c60e2d74d050171c490c741d4826367457c0a313fc13 0.35 MB 921 48
291,462 291,462 0000000000000000424f00414579e16a3e0e86b8db0ed5f6ca0d3d8dee5895ff 0.09 MB 197 47
291,461 291,461 00000000000000005195271d5aba746488f03a428a2cb4bc7f36566a4ebd9003 0.16 MB 334 31
291,460 291,460 0000000000000000da84cec4e991d84d4fb5f2151709c97fc8852611f1404bed 0.14 MB 298 32
291,459 291,459 00000000000000001a04cdc1d804a5583ffbb695290958cf8457e526466339e5 0.25 MB 164 13
291,458 291,458 000000000000000057db4274178480168f27be92750c6dd2f9d8ededae732c67 0.35 MB 969 45
291,457 291,457 0000000000000000b25da7308784c2e7e41484da83260f7f2719e75750563ec5 0.01 MB 23 50
291,456 291,456 0000000000000000857c97d7cea45c9091bb40fe11fb30e802041fe1ab9e5186 0.05 MB 52 8
291,455 291,455 0000000000000000fb6b13ef631d3df69c90725a92b55475d83153b709c71394 0.03 MB 32 5
291,454 291,454 0000000000000000d15be2df8628f2d38b15fd0f39a42ef188389897c09a908e 0.08 MB 227 34
291,453 291,453 0000000000000000c3f2dce78b915167aedc479c5ce5e4d299c657a04c022821 0.19 MB 403 35
291,452 291,452 0000000000000000fe00518d0ff7184ae3dad439b8b935b6626a31b546195bf4 0.25 MB 362 27
291,451 291,451 00000000000000007cb5f2c3a54fe121a1f3dcb090a8953dfd9d6be1fc4aaaa1 0.06 MB 32 5
291,450 291,450 00000000000000001a4223b4fc1b433c99bdaefa3a6f0fe6a984910b6183c888 0.22 MB 410 27
291,449 291,449 000000000000000074c23371605b1a1d3a783a4227aecd81b2a9d065f325a738 0.06 MB 32 60
291,448 291,448 00000000000000002819722e3abb42fe5cc7b0dbe230e129a07224ff11a8b25a 0.35 MB 692 34
291,447 291,447 000000000000000083b96d15a76468f3e75c4e2d3a2e46a9cbd0b735dc863965 0.10 MB 246 35
291,446 291,446 00000000000000007cdf417cd1fc694acb5d549a4758240fc52a7be68b96b417 0.08 MB 182 33
291,445 291,445 00000000000000006e437e950c79731f41157ff98770f4a23f998350d6c067e1 0.02 MB 62 36
291,444 291,444 0000000000000000f56cbfe646258eafe1b59433e1b91fada2379af94f3dc498 0.06 MB 47 8
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.