Memory Pool Memory Pool Refreshing

7,408 transactions
3.17 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,924 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (735,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,700 172,700 000000000000053519bec78fea96d175959cb233a43830afac764013e06d705d 0.03 MB 74 201
172,699 172,699 00000000000003302ac27576be180bb45e0b19c4f4e99286ce481199150fe83c 0.01 MB 5 0
172,698 172,698 00000000000009b1c97852d64969009a4691179ba63ae7d71c46d655fef2a6b9 0.00 MB 1 0
172,697 172,697 000000000000046f0c95960b5fbc143e9f811cbe2c88ad23a904df27ea069fdb 0.02 MB 54 137
172,696 172,696 000000000000063908a76d829875cadeecfcb10a3d373c8905ae09204edb0dca 0.02 MB 28 60,408
172,695 172,695 000000000000042b10dcb6a33544edcaf616a5e304e96270a833ed453302e953 0.02 MB 63 64
172,694 172,694 00000000000006fd321cd88158be63cde60082079d0f219d9312816212de2079 0.01 MB 20 66
172,693 172,693 0000000000000262a6b79b6c417a5444270f5e22d62b6320eb75ce8351dd016a 0.02 MB 55 107
172,692 172,692 00000000000004a1ee53f18e1519e0254e7528c4ee13f18713a279f39625cf21 0.00 MB 13 298
172,691 172,691 00000000000006cda02d43e5a17f9beb5e2e0c2fc0e88fa96a45a9adf65d50b5 0.04 MB 69 81
172,690 172,690 0000000000000344eba24e0f69ae5c3a24b410524b82982fcaa3ec3fa753eadf 0.00 MB 12 108
172,689 172,689 000000000000098828338d1a1fe6898b9d975a0051155abb5928d5cfecf447ae 0.00 MB 11 58
172,688 172,688 00000000000002059c7c55b458fef8eedadb3a95803fd7d1665719903341405d 0.02 MB 42 158
172,687 172,687 00000000000008eb70d180a4e3cc070e22426a03ca68ccfed837729dd3f922f9 0.00 MB 18 78
172,686 172,686 00000000000007dcae7b76fb442f8db5f29e4524a3f6229cc6afa4b3409f5ac7 0.02 MB 31 83
172,685 172,685 000000000000081f9bbe2dd74ce24ecc1f222d9f77c183444ef572cdf6e492ee 0.02 MB 62 13
172,684 172,684 000000000000013a124a7119458c8ab1d9047a02e693fa4e312e423b75e09f25 0.00 MB 11 0
172,683 172,683 00000000000007401463795aaeaa4d5f6f542f585610f05da387d8f185096cb1 0.01 MB 15 45
172,682 172,682 0000000000000abdb564d672aab1d47cd46baac5fe95e6da666e143db6e15c12 0.01 MB 19 198
172,681 172,681 0000000000000344ce0a9876dda9c21cb4629775e49b49a551ab824c8925ddbf 0.00 MB 1 0
172,680 172,680 000000000000029a05e28f65d685515479790f388c65a8ab62d6ffdb46c91e9e 0.00 MB 10 0
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.55 GB sent, 94.00 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.