Memory Pool Memory Pool Refreshing

2,028 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,012 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (884,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,957 23,957 00000000efe9fc04934da09661fcbd3eece91e394842d83dd5c7e989fd228264 0.00 MB 1 0
23,956 23,956 00000000d07454c5e78a45ceb78da1e53c9bf9302804b95f974d0c0768736cf3 0.00 MB 1 0
23,955 23,955 000000009070a9e209d3d10e5c96a3a7b9b6a50513535654f5a4cea7716b63e7 0.00 MB 1 0
23,954 23,954 00000000b771a2765f1786c91e6e4d0f7fc453f2badebe0b98a194bc1ab7ac81 0.00 MB 1 0
23,953 23,953 0000000082662314236ac6ccc43cdb9f9ff9fc0f9f8ed01ea20cd349025e6e56 0.00 MB 1 0
23,952 23,952 000000007ecac1a3d84573cbc535fdfde84b083663dd1250d2240d7f5255a285 0.00 MB 1 0
23,951 23,951 00000000065d26b3c94925b425b81b058a2033c05c6500c895b2126d30765898 0.00 MB 1 0
23,950 23,950 000000003753b60ff20e11d1d83a42ce8b4ae222287c085e6d16f1bddfd3837a 0.00 MB 1 0
23,949 23,949 00000000b1e7ab114b09b685016c6987028fc87d95c83a6a4d035edaa618abd1 0.00 MB 1 0
23,948 23,948 0000000068ffa81576fb73d6c6d7d9df944510c5880156e637f2c6fe8fe1c42e 0.00 MB 1 0
23,947 23,947 000000006756b5d31c9071d4f598532cd9505c3ce6c16fe237af69625a5eaece 0.00 MB 1 0
23,946 23,946 00000000baf1ab826070e70a18c32ed3c628b098c5c86da91e9d7cbf0105ebca 0.00 MB 1 0
23,945 23,945 00000000e9fbcc45a1b965d847bddd3ec6b51c47fe2273741f9c8e3f42c93b32 0.00 MB 1 0
23,944 23,944 00000000259d8f3875cd682f66b1d8485f43738a987e306e8c1a3f27e37240d5 0.00 MB 1 0
23,943 23,943 000000003620d0e69df00f3df4636b04e7af99676d6cf65d2d316be2743838eb 0.00 MB 1 0
23,942 23,942 000000008b2eaf7a89cd496c04c80d9369ba54bd419bd66015422f3cffa36ba1 0.00 MB 1 0
23,941 23,941 00000000ecfe4054e50131722b00e6453a656b9b9696aa7cb58347efc227b346 0.00 MB 1 0
23,940 23,940 000000002f74e369b0cab9c836d7777aabb66ae11741910c61da819f17605a50 0.00 MB 1 0
23,939 23,939 000000002a9ea86b88a5dd6abd1a94f3224248df32e598f0fa7f5e74160d4d17 0.00 MB 1 0
23,938 23,938 00000000bb9289c53f1a84ae502021567b07fc1bde510523a61c9d4909aca59d 0.00 MB 1 0
23,937 23,937 00000000939f781c004f0296c92e90ef748f484934d59a945ff63693163a5249 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.