Memory Pool Memory Pool Refreshing

5,970 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (578,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,402 329,402 00000000000000001270bcac21cba5f2653f6ba9e4a4b1dc9fc8c51cb2c65a17 0.41 MB 600 20
329,401 329,401 00000000000000000c2dca25d058f0234fcf27930b0b57ed7c61d6d482256c9d 0.09 MB 112 7
329,400 329,400 0000000000000000079dda7dbd5e7bd8c6ee2583b3d74331c5990164b29a0573 1.00 MB 1,029 19
329,399 329,399 00000000000000000db63d1c599f6c04457ad999224d212f24cf47e64a704556 0.35 MB 526 19
329,398 329,398 00000000000000000e6bb7fd9be9606be5dc507ce388f04c0cb60581a251c74c 0.75 MB 1,926 34
329,397 329,397 00000000000000000cf556d08b3193c89d0e72779f59d92d6bf9004b0cc17ab1 0.41 MB 1,159 45
329,396 329,396 000000000000000007b45274afc9153a23da6777b265221a9046d1dd9fa2e0fb 0.00 MB 1 0
329,395 329,395 000000000000000007e5b0b120bef4ff271041ddc0f98959f51f0166c8e465ab 0.30 MB 340 19
329,394 329,394 00000000000000001a91b867f79bd75fb76a20d1e3aac2854c8eed1d93bfd93e 0.21 MB 271 23
329,393 329,393 000000000000000018cb15463dbd6077e4a5e6511e03f5a13e929437600e5f09 0.61 MB 1,180 32
329,392 329,392 0000000000000000166d67a2d2085cdf5798c76af7c9e374faac54187c230058 0.08 MB 146 21
329,391 329,391 00000000000000000c4e87b315473dc6c88663c80fe3dd7beee782e14421ac40 0.29 MB 545 23
329,390 329,390 00000000000000000c3e60d42709b9ad1a8ce97b43a9efdae01bab2dd4eadd67 0.15 MB 250 24
329,389 329,389 0000000000000000185e95d97ac177e99f79559b5ec4d0a7e0ef53499b1e2392 0.13 MB 179 22
329,388 329,388 0000000000000000001199c7a1ab39190188c26605f381e2e9015942d5fe7ee4 0.16 MB 301 24
329,387 329,387 000000000000000009345b323cf364d03aeab20e87beea28e96ea8b62f514937 0.26 MB 535 28
329,386 329,386 000000000000000019963cf9b14f9014ee713abfe44eb29845a01243fb01151c 0.19 MB 303 22
329,385 329,385 00000000000000000207dcfb945dc3b474eebac111b5eaaaf7d74dae2da3fdc2 0.35 MB 535 26
329,384 329,384 000000000000000016871bf68cc941c38ae836e6ed8853e975de4183d1ac9f6c 0.14 MB 252 23
329,383 329,383 00000000000000000c2c023f070a4336d957f683e4d9aeabcfffba185329ccc7 0.65 MB 417 15
329,382 329,382 000000000000000009e13481a4bab5fed7291d360ffdb17ad5974f2d32f1d055 0.24 MB 137 11
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.