Memory Pool Memory Pool Refreshing

6,717 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (622,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,316 285,316 0000000000000001a2ef84f5945f525963ad672bc48a95ea2bf87cea2a1c6117 0.25 MB 601 53
285,315 285,315 0000000000000000390340a1e3a2389a8537835addc5ee0c7eb5748a41c0eae2 0.43 MB 812 38
285,314 285,314 0000000000000000c293310f05ce61985040bb9ca5d6f59ee9686f2bbeb81eed 0.25 MB 721 54
285,313 285,313 0000000000000000034fdc35f8543f4a449a0022371040571af47f7cd7c26a59 0.27 MB 605 47
285,312 285,312 0000000000000000a970056fa59877f9c1f6e2dcb0fca67b9c13f048916295e9 0.03 MB 77 5
285,311 285,311 0000000000000000799e4f648fc9a7dd96e37d0aaaab3f88c5cb0d5e64f41a7f 0.11 MB 253 37
285,310 285,310 000000000000000190314b52c2e3edbcd37cd418b1d498079f679bdb253aa0f4 0.49 MB 528 21
285,309 285,309 0000000000000000f0e90883f9357a914e61e2b601b868074721b63a9f5a89e3 0.35 MB 1,112 63
285,308 285,308 0000000000000000e1acf0f37801316c0f0b8e066f6a5f5f1a534f8cbf9ee9a3 0.50 MB 1,220 60
285,307 285,307 000000000000000006a5953e3f38be5d55e5de59a56d6fae36e0ec434acbdbab 0.31 MB 720 45
285,306 285,306 0000000000000000d89684460f5763b61b05e40e85c60d7dacc897c20282271c 0.89 MB 2,190 43
285,305 285,305 0000000000000000b555c9748c06e4a88094cd1bbdf5f1df51ca176fd3152689 0.07 MB 171 56
285,304 285,304 00000000000000007af09b92b508cd0a748d89af206968b02999eca1545e4e09 0.24 MB 606 43
285,303 285,303 000000000000000005cac9e822a20217a7281b320c2d7e199ddb80d9760f0da5 0.34 MB 745 40
285,302 285,302 000000000000000012e1ebe339efa61a0ccdc39639c4037ed4917ff5fc18a2ca 0.06 MB 146 52
285,301 285,301 000000000000000033ddafe6d31fb236efaa398534c08455590a2d8d5de1e6ac 0.26 MB 677 44
285,300 285,300 0000000000000000c3e3baf02cd43f93a4be1775974856bf3116d35559705859 0.32 MB 429 21
285,299 285,299 00000000000000001a138acfa06dfc49cc5f589e5c66d0927d89fee34ef5d79c 0.50 MB 1,455 52
285,298 285,298 0000000000000000ea7984d2eef34d494e5ec5c31607f396f4a2b1decb6a1ca7 0.62 MB 968 25
285,297 285,297 00000000000000012d508228dcfef4df6f957205fa40f8abd33d3c2507875268 0.50 MB 1,147 33
285,296 285,296 000000000000000057aacfaa186c9072cc8b403b5715b90dd727f56fc04d05ff 0.35 MB 1,231 85
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.28 GB sent, 93.33 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.