Memory Pool Memory Pool Refreshing

7,331 transactions
3.39 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
908,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (879,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,093 29,093 000000000ed57e89608023f2884fe9b426c7e498790333da6a1a3cedc70c5aef 0.00 MB 1 0
29,092 29,092 000000004020f89d56865652f4e045a4b3c29f602cd749d797696291c837b68f 0.00 MB 1 0
29,091 29,091 000000001e65f413575f1d0df41715cc046c471613a5f11fa558f5c9dabccc01 0.00 MB 1 0
29,090 29,090 000000000f6eae5c4b83607692c57f42e3956e8f1abccceb9b9c480a39a4052f 0.00 MB 1 0
29,089 29,089 0000000093f3d278c7b59367d6ff987306c0897777148ae05eb550f0bce67d17 0.00 MB 1 0
29,088 29,088 000000008a5110230b06fcf08173844a4b4ba74334ec98668f92e5a9a3449b6a 0.00 MB 1 0
29,087 29,087 00000000a798d2cada97c4a69b273448078857a6a6a439e24b9784cdfc0daf2f 0.00 MB 1 0
29,086 29,086 00000000f73e6f36deb6a43ff9b454112fff26d8af9c51e18b5c3abb77b37cd7 0.00 MB 1 0
29,085 29,085 000000001c9d0ed0cf692c35b506b86c16607d21e36c1ae11e1a72e4467a3b41 0.00 MB 1 0
29,084 29,084 000000008901b6bf1e1add2a53133cf467f01ac6d7deffaf75ff3e95b0153c52 0.00 MB 1 0
29,083 29,083 00000000c502f644a054be66e7ddbf2979e13311d446d59cd6943c152708519a 0.00 MB 1 0
29,082 29,082 000000006c46def4e62ae98cd00d5149791a967889f1fab52c6ff498475accbd 0.00 MB 1 0
29,081 29,081 0000000016d283b1f9297c60fc17a6f2eb87316c5d6030ab094c08d99e0f8419 0.00 MB 1 0
29,080 29,080 00000000b6daa45476938001f4ab8a273758699a48dcd5a1add3bd1d2f7547ed 0.00 MB 1 0
29,079 29,079 00000000a20d70361e4c6a439b82af5eb7496df55eee98ce2d69bbb0329d5d4d 0.00 MB 1 0
29,078 29,078 00000000f3f63631d9f785db19d2782b2e8b6cb06b770e633ab9df3d19778411 0.00 MB 1 0
29,077 29,077 000000009bd44cf96417afa5a3ce89f48be940af1c454e9626e640ef19d16e58 0.00 MB 1 0
29,076 29,076 0000000002a54c81d2e068fcebfb2e98b00ca5069db891d06988a4ee713594f7 0.00 MB 1 0
29,075 29,075 00000000e95eec47e8234dac608049a5ce8aa8abc45d51dfa3ab6140ca174955 0.00 MB 1 0
29,074 29,074 00000000b004c5bd1e422c69434d60d6114a4bff7452486d6271324305817780 0.00 MB 1 0
29,073 29,073 00000000d47f594e17b4b616b11c1272a35175736a6d53700893e91daba7d62f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.30 GB sent, 101.94 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.