Memory Pool Memory Pool Refreshing

8,476 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,293 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (752,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,703 155,703 000000000000025b8b6848f0b862fabed85a327aea3d4cf76ec8cdf060d668cd 0.03 MB 64 42
155,702 155,702 0000000000000b4d64f2d9f9f3896f0ea7e48caf445e1935d0b420fe4e96c4ae 0.01 MB 25 1,566
155,701 155,701 000000000000087c45cb3e9718f539e96ad7ebd2eb29aa854cda7a91b466f963 0.00 MB 6 121
155,700 155,700 00000000000009f15f16930111ebcd967a5a2b4dbc49e43e6d2aa2fcc3d245eb 0.02 MB 54 80
155,699 155,699 00000000000005bb44d961fbdb33b0a56a23cde906683169ea6a9ffd072a1cb1 0.04 MB 73 152
155,698 155,698 0000000000000e8ad193aff09e09b1c2d2cae0e0e30475add7c51354c92ff1fd 0.02 MB 36 61
155,697 155,697 0000000000000e5e37f17fb1ced4ca414a38b4ead1ee59cd5832fa3e8fc2dd78 0.01 MB 21 2,080
155,696 155,696 000000000000054b888e42d8123ea3b3b214d68817916fb01836c41f1341e766 0.02 MB 45 84
155,695 155,695 00000000000008069eda053918fccd668f3e89ab7e26ad127d8eb932d4556e72 0.02 MB 64 188
155,694 155,694 000000000000047bea6fcf18cead2db604fd793ba7177b0deb92704357abd7a7 0.05 MB 109 164
155,693 155,693 000000000000031913938fe14b515d18b3e1b37c8ffcdb290bb3af2a8b0bd81d 0.00 MB 5 700
155,692 155,692 00000000000003baf3da507baaeade20741292ede2e1855622260e9123ff1554 0.00 MB 12 468
155,691 155,691 000000000000091e121f021517185f8d712960e38a4eae5d782654334a796f3a 0.00 MB 6 68
155,690 155,690 00000000000007082257db4e5abfcd6bc6d7ec55ac39be4330e3163ab6aeaee8 0.01 MB 20 431
155,689 155,689 00000000000003571363e77b11c22bfd0ea5d78a0d2018b23d7b6f7338dfe9b5 0.05 MB 147 67
155,688 155,688 0000000000000d699d6ef8d71b8fe8088c7050c03112fcfb57e5372b4d1f77bb 0.01 MB 13 205
155,687 155,687 0000000000000e50cd67ff7e6257b9e3acd1fe0db5bc175fceeb2a53dd887770 0.00 MB 12 0
155,686 155,686 0000000000000d22baca2af1d0b2a3989b44907401d00dbaa43c7c655651a5b4 0.04 MB 80 73
155,685 155,685 00000000000008bc52d93e0c522e6d8ac90fbc19a7953a32c3d96179d2c47ec4 0.03 MB 83 54
155,684 155,684 00000000000000b2463bf1e1dfe4a102f35e2d648d5547016745b790b086313a 0.00 MB 10 48
155,683 155,683 00000000000001d86d7851d03963169738a9102abbc2e5d347b09f57467444eb 0.00 MB 12 17
Previous 10 blocks ↓
Total Size: 769.13 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,631.71 GB sent, 93.56 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.