Memory Pool Memory Pool Refreshing

7,422 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,314 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (235,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
672,561 672,561 000000000000000000058e4b72fd4f52b88b5782cade3107158e70958d51552d 1.20 MB 2,231 21
672,560 672,560 000000000000000000059dfb5f1369d8acd49224bd916c828fddf96f7b8cc379 1.51 MB 2,075 83
672,559 672,559 000000000000000000066e42903929459a8bf9fe22a210771bf4648f72daa23d 1.14 MB 1,254 119
672,558 672,558 00000000000000000004369fed9455eba8a8b53fb237f09dac11ad3b458f2988 1.58 MB 1,205 37
672,557 672,557 0000000000000000000635429d8fff7aed92f18face460015210ededfa3d1cd0 1.36 MB 2,379 43
672,556 672,556 0000000000000000000bccd03bdf85e96689446391cfe35401f66b2186efa48e 1.43 MB 2,456 73
672,555 672,555 0000000000000000000a1b554f4e2411a9fe9eced0bdc009debbf79898c361ea 1.39 MB 963 19
672,554 672,554 00000000000000000000f366780c2ea45146e897818112d147ab1c5031b4a216 1.60 MB 956 32
672,553 672,553 0000000000000000000c67d765ad8913d4e196a7b63472cd3cd0edab3f420f15 1.23 MB 2,536 46
672,552 672,552 0000000000000000000a083dcc7cbb7ff1733a07d14aa3a05f629cdf659ba627 1.37 MB 2,687 87
672,551 672,551 00000000000000000007f2a04b5a16db1eb20cbcf3bdfa509f0a1f3546d1cd35 1.12 MB 2,335 25
672,550 672,550 000000000000000000008e26fea80161849a0fdecf6a2d45dd10b97d7995d113 1.32 MB 2,310 27
672,549 672,549 00000000000000000008880e386ae489e2de4d4c2500af42b09acdb88d4b73fd 1.23 MB 1,209 54
672,548 672,548 00000000000000000000bd18b94ed7710e4a977afde9a14479a121d548b8f2ad 1.31 MB 2,229 105
672,547 672,547 0000000000000000000cd7cea522ce81b94ea168f474310602fd797ceed2c95e 1.19 MB 1,533 130
672,546 672,546 0000000000000000000023ca04ed6ea641fc7447f48e8e0e3d106899efe33cfa 1.38 MB 2,603 111
672,545 672,545 0000000000000000000b9b19d03088215cb6583fe8ed741a3d0bf813e2757dc2 1.37 MB 1,675 30
672,544 672,544 00000000000000000002e7f11da02b43bb3b69eb8af134ba0c3cb80641d8ec90 1.23 MB 1,924 21
672,543 672,543 000000000000000000026106751f35572f477232bb5a8fb73ad93f8ba6bc6ff0 1.37 MB 2,371 79
672,542 672,542 0000000000000000000ab3a63389ad4814afebde20f3914e40ece2ccab720420 1.13 MB 1,150 16
672,541 672,541 0000000000000000000406cb9db5a6b311ec09ad2de844e1046e2eab9c2f50d0 1.29 MB 2,064 68
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.84 GB sent, 92.83 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.