Memory Pool Memory Pool Refreshing

12,111 transactions
5.94 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
905,533 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 3,040 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,532 (435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,097 905,097 0000000000000000000126cd8b75986b6dd65ef7cde8998448c7e1a7250ff212 1.57 MB 3,939 9
905,096 905,096 000000000000000000008b14bad8589ba446b14ed9534525d4fe2795e323e6f9 1.56 MB 3,584 8
905,095 905,095 00000000000000000000e7af471b859d2a87a0b5e6a96a365e89d4495d09fbd0 1.61 MB 3,775 6
905,094 905,094 00000000000000000000298e1e850ca05f6c3ae7459ca72e32d00694c5f665e7 1.60 MB 3,857 8
905,093 905,093 0000000000000000000143ca4eba71514270fbe54e26724cf6d56f91dc7f9871 1.58 MB 3,616 5
905,092 905,092 00000000000000000001206ae0b6c7cdeb5a78efa0d7c2296b01703ae52492ba 1.67 MB 3,410 6
905,091 905,091 0000000000000000000260730f29b5094900e539654fb3337665b464912bedb1 1.68 MB 3,342 4
905,090 905,090 000000000000000000003ed4a37d0591dea75e1894aa55e21d85ce4525542620 1.58 MB 3,572 6
905,089 905,089 00000000000000000001f9b1c57dc5ca039f815c2619336bb5f1b0739aab55e5 1.39 MB 2,715 4
905,088 905,088 00000000000000000001d9207e8fcf53c8c1124d3822c93e94608de6a171c0c3 1.67 MB 3,660 6
905,087 905,087 00000000000000000002676232151539d2094d342e4ca69e42f90dcc010b5166 1.67 MB 4,505 5
905,086 905,086 0000000000000000000061958ebfa47a17b104af4cf77cd0f23141748397d505 1.55 MB 3,835 9
905,085 905,085 000000000000000000023b837b327cf7baa43b41850501d6be7e3e48d0021f62 1.54 MB 3,926 8
905,084 905,084 0000000000000000000183d94b6e01eebadac1536d29cd59f95556cef0ee352a 1.76 MB 4,436 2
905,083 905,083 00000000000000000000f3fbbc4d79e870306f1f5439c28d951c0c2a87894c10 1.72 MB 3,918 3
905,082 905,082 0000000000000000000078235201ee2a1b9b3b2f5c1b2938f6acafb3b070b7cb 1.54 MB 3,847 6
905,081 905,081 00000000000000000002500ff29c803e5d3d1697be620e9edd62f958df749f20 1.61 MB 2,813 5
905,080 905,080 0000000000000000000052404cd3d31dfcfa2e89734fa24f3037812bce7fd7f5 1.68 MB 4,266 2
905,079 905,079 00000000000000000000f34106abf7e3ffc84874f922dc10c31c344928729dd1 1.81 MB 5,101 2
905,078 905,078 0000000000000000000094cdeafa73d65445cc142450902e83a29ccef9882451 1.55 MB 1,051 1
905,077 905,077 0000000000000000000193002b3a6efa88959992357007821351dc7ecd457117 1.62 MB 4,353 5
Previous 10 blocks ↓
Total Size: 765.14 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,342.08 GB sent, 72.87 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.