Memory Pool Memory Pool Refreshing

1,622 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (88,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,448 819,448 000000000000000000034e7a9f84931c06f806243f6d44c51c7ca8949529b2fd 0.00 MB 1 0
819,447 819,447 0000000000000000000407b8e0b7710cdcbffffadce638af36ab8f6f78630ae7 1.69 MB 4,391 65
819,446 819,446 0000000000000000000028f7562b56b7b81f721a3a092eab85b9b5424dfa6c30 1.76 MB 3,862 59
819,445 819,445 000000000000000000031f5d0c6ee0802570d6cfe1a6157ec2baa75c86d7e739 1.58 MB 3,348 66
819,444 819,444 000000000000000000014cb2f6dee510fc1d3b9f79d27a2f6eef1f2461d557d5 1.59 MB 2,385 61
819,443 819,443 00000000000000000000345d90cb80bbd7b27e7d3af5baf48417a3514f2737b4 1.66 MB 3,683 66
819,442 819,442 00000000000000000003dade53177a3389b6a655acbf1b33951daea3ffd3ecec 2.06 MB 2,289 50
819,441 819,441 00000000000000000003aeae254212c8fdfba93f71cd5742012aa4cccfb93698 1.68 MB 3,577 51
819,440 819,440 00000000000000000002a06e4fa420d27eae05ed5e23b9c0b93af0144745c0ef 1.81 MB 3,121 56
819,439 819,439 00000000000000000001f70712ad7cc337abcd1f083ec5548cd34931c80e4516 1.72 MB 2,868 57
819,438 819,438 00000000000000000003dcc451665f4b3ad592b4cbcd2bfc7f40360dc532d1a4 1.75 MB 3,535 62
819,437 819,437 000000000000000000038d25d5dfaa85fce07b566447db4fa9703ea0fa936f54 1.69 MB 3,149 59
819,436 819,436 000000000000000000016c2aaa15a41f070376740d260ae8a752a62b6b650e10 1.60 MB 3,765 74
819,435 819,435 00000000000000000003e58ac26ea1c9c9ffc377aad076de10df895ba531e2a7 1.63 MB 2,931 57
819,434 819,434 000000000000000000033b1822239c0f10d62c87ee3d51f049f656e05dc80ee5 1.57 MB 3,027 60
819,433 819,433 00000000000000000002e7898bd67eab592e8d92094d36b8e27b5f6a5a4c2055 1.46 MB 2,884 75
819,432 819,432 0000000000000000000378f54c2b69e541114c0b75b92af9f9fe89957a08d9b6 1.87 MB 3,210 67
819,431 819,431 00000000000000000003268c5d725a97500064b685b7894ff0536fe4a29f39c8 1.58 MB 3,359 60
819,430 819,430 000000000000000000003a3a092bf9d62f631d493be3ee2c49979c1b989a193a 1.53 MB 3,530 71
819,429 819,429 0000000000000000000211e26d27082034e3bc1c9350ad1f2cfa8bdf4b0827a0 1.48 MB 2,745 96
819,428 819,428 00000000000000000003e6246072e9003270d8b687be3f3ca786a42ffcf483d2 1.69 MB 3,763 44
Previous 10 blocks ↓
Total Size: 769.15 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,632.48 GB sent, 93.62 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.