Memory Pool Memory Pool Refreshing

17,991 transactions
5.80 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (89,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
818,350 818,350 000000000000000000024d510723e9a03abd0ab66d6ab3f0e019cdf31c769053 1.90 MB 4,260 66
818,349 818,349 0000000000000000000185890bc465e2ae786effdcc38e711a635f1e669f2306 1.67 MB 3,371 66
818,348 818,348 000000000000000000033acad0d1031278307c606361d1c829dc74174ea1a80c 1.59 MB 3,203 68
818,347 818,347 000000000000000000010cb320bf500d1efb189e791992d51d86555dbfd72c26 1.86 MB 3,432 105
818,346 818,346 00000000000000000004239b12616e3aa2d5abd61aeb4bcf8aa0f83508c1a55c 1.77 MB 2,785 90
818,345 818,345 00000000000000000000b38393c45221dd46f441ff303eaca4700f16203be600 1.82 MB 4,021 60
818,344 818,344 00000000000000000001c80552d15cea16f99c060bf6bd080cd06a06e8dd287d 1.73 MB 3,617 73
818,343 818,343 000000000000000000045535c0784a1ff49bbd44e4b5a5794ee0e6a8dadd1aa9 1.80 MB 3,097 75
818,342 818,342 00000000000000000001d5dae998543c50d40c0cc7ac3fd4257e7224762e50dc 1.73 MB 3,476 63
818,341 818,341 000000000000000000040d16c6ae962197efe97d5e1b544a6166d78803b55162 1.73 MB 4,286 40
818,340 818,340 0000000000000000000396630105e1d42ee79cd9c44e96b94c79ae5e857643ca 2.00 MB 6,134 42
818,339 818,339 0000000000000000000145d2e7c1ce33d22e2a153abae58d4aee6826ff426b18 1.71 MB 4,135 42
818,338 818,338 000000000000000000012c8c6560852be40c6473bf3ba26298e771920ff17ffd 1.73 MB 4,317 49
818,337 818,337 00000000000000000002dd4adc35c4eeeac9eba353dfe3a4ba8002494169d92a 1.67 MB 3,829 51
818,336 818,336 00000000000000000000d4cc4469d0fe58353688c13e2eb873252faf5dab8f65 1.83 MB 4,706 49
818,335 818,335 00000000000000000000b03effab300ecd510f6560684e8d52bf1ed2f9895378 1.57 MB 3,075 68
818,334 818,334 000000000000000000016304bd8144d860718b9c00e629dd894aa1b05ee5ab63 1.73 MB 4,063 44
818,333 818,333 00000000000000000001ffbcf8ca799c8a70f6e1e4364324c559389f73eac755 1.77 MB 4,568 42
818,332 818,332 00000000000000000001c37c2a3744ab05e1715e5157b26a3bcf1625a6afa47a 2.05 MB 5,534 36
818,331 818,331 00000000000000000002b7c71f175beeed53c7aac67a939206fc8fa8f9e6e1a2 1.77 MB 4,527 43
818,330 818,330 000000000000000000042e437c05146a53a56c9907cc06848014d3364b05f88a 1.60 MB 3,052 60
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.