Memory Pool Memory Pool Refreshing

6,409 transactions
2.01 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,728 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (370,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
537,425 537,425 0000000000000000001390eeda656842136f97466c2e17ee00ad726805a67bbe 0.01 MB 30 42
537,424 537,424 00000000000000000014caf59ac7fe0f149ca0bfa4e184f960c082247ed0ce81 1.41 MB 2,703 28
537,423 537,423 000000000000000000180e1394fcb991943b192d516a9c75ec8f34f6fff7463a 0.99 MB 2,393 16
537,422 537,422 0000000000000000002b0b1ab7d1a934cad77cd4b2ff41f9c563cda68b0b8984 0.16 MB 220 3
537,421 537,421 0000000000000000002721053cf8b1959cde9f0d6ebaeb2c71e9812714e98c14 0.11 MB 338 32
537,420 537,420 0000000000000000000c703ec1ac7e32084ab1be7aacb4e978d1bd7fdd1970ab 0.27 MB 448 40
537,419 537,419 0000000000000000001e5fc6d83afa7521d41f8a15b879143b5c1e069f6a5fcb 0.17 MB 415 13
537,418 537,418 0000000000000000000a252b60dbaa6c2eb878843261db9fbbd3062d7af3159e 0.00 MB 1 0
537,417 537,417 000000000000000000152e4f9682773268fc5ec9c217a5dee5c8c8488ec0f473 0.31 MB 583 7
537,416 537,416 00000000000000000020e73d4defcd64cbcc831ae87ddcb1b04d3055eff882a7 0.14 MB 377 18
537,415 537,415 00000000000000000008f9e8fc4bfce5e983d8a496ddcd8347b58b4ebd6de62a 0.79 MB 1,823 15
537,414 537,414 000000000000000000169dae3f41dcdf7cd6d9d40868b9a71822fb82acc92546 0.00 MB 13 43
537,413 537,413 0000000000000000001d5bbd1dd6e6c42d9518fe8b2deffd5626d3c583a4563e 0.56 MB 1,492 17
537,412 537,412 000000000000000000140a5c5d360caa31e93f103146933687b4f508bfde98ae 0.10 MB 221 18
537,411 537,411 000000000000000000215bc09a69801c3b5a2e3419805e56af23adb28be3c195 0.60 MB 1,016 5
537,410 537,410 0000000000000000000d06e9a8cf5090ec76fdef3cfc1a916223626c6499c8bb 1.22 MB 2,333 26
537,409 537,409 00000000000000000022639bc597b19b0a689d558339b986d52590b22ca1e9ea 1.28 MB 2,986 17
537,408 537,408 000000000000000000279f77314cf5372584ed8f17a877230e68e582396c49b6 1.18 MB 2,202 17
537,407 537,407 000000000000000000137935fb5567dd1bad0c8a824fd6e8e4755aab41fa710d 0.89 MB 1,704 19
537,406 537,406 000000000000000000168b057946b71cf1905c097b04f67b6a140271aa7522ff 0.05 MB 91 8
537,405 537,405 00000000000000000022bf79655c6ac51f63e77f1fdeaeb1aa4aab8d2f9bafb4 0.09 MB 218 22
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.