Memory Pool Memory Pool Refreshing

371 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
2 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,746 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 354 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,745 (540,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
367,548 367,548 000000000000000011f8fdcb2e804f4a81062f46467cfa9c16ef39c12dacb6cd 0.87 MB 647 23
367,547 367,547 00000000000000000cc1c9b69a3c4fe4ff7725ea8979b69a44ad74911506cca1 1.00 MB 1,829 43
367,546 367,546 0000000000000000108498acfda187536aad81c6781d0d15fe16170f5800892f 1.00 MB 1,162 29
367,545 367,545 0000000000000000097df5c7910661749443dd542936a958c7fe7c963a356abd 0.92 MB 1,342 27
367,544 367,544 000000000000000005f1ac31008bb873118b85387655869357aa982358e7918b 0.93 MB 1,106 31
367,543 367,543 000000000000000007abc3bd52c4c2e291a1bd94bbbc4ca8d02942d0f957f67e 0.93 MB 885 30
367,542 367,542 0000000000000000092f48c8cf4e053cbc290480bbdd422add4dce5974492473 0.93 MB 1,219 31
367,541 367,541 00000000000000001024164831e9324b3092bef2c046e00ffb9878f418577ce0 0.95 MB 2,501 56
367,540 367,540 000000000000000007cdc117e4c3b2d636deb2c2497c0e087d6502ee84ba9c9a 0.74 MB 1,026 26
367,539 367,539 000000000000000009d063faabd7ef71ac55233754edf491d06b26e4bf77a71d 1.00 MB 2,082 45
367,538 367,538 00000000000000000563524e967c4438e901895feb1f2564c627d202c1379ac2 0.95 MB 1,010 28
367,537 367,537 000000000000000009eff18ce1141358bd73b7c0606a53d2785d26dbfc2de22f 0.89 MB 754 26
367,536 367,536 0000000000000000066cdcaa01dcd06391abe512be1561ea7994a96fc55afd4d 1.00 MB 1,027 23
367,535 367,535 00000000000000000eef2bfe93758c5ade566bed6b5bb413a2e83ea91ce14eca 1.00 MB 1,815 36
367,534 367,534 000000000000000012e7b888420d616c916ad376d7aabd22f90640f8f7ffa65f 0.68 MB 1,886 61
367,533 367,533 00000000000000000899822864e490d852e4eb0a1dbe8633373ea55302e70328 0.95 MB 1,161 27
367,532 367,532 0000000000000000029bdcae9c3c4ebd878685ab8bd2f3b572a75ec8cc2f7d1f 1.00 MB 1,804 34
367,531 367,531 000000000000000013f14a940e25a6a367965c80315b903c0d16a3aa08de9008 0.98 MB 917 31
367,530 367,530 00000000000000000f41673640ccc759286bf1be9aa4be3af66f8a97dcf1854c 0.95 MB 954 22
367,529 367,529 00000000000000000441edf9ee350b4a3a611539db9b1c3f28c84431e1cfcfef 0.95 MB 1,220 44
367,528 367,528 00000000000000000ca904559822dc1552cd474c30ebd7592e8be3f44923063c 1.00 MB 620 33
Previous 10 blocks ↓
Total Size: 769.07 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.04 GB sent, 93.21 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.