Memory Pool Memory Pool Refreshing

8,585 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,071 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (717,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,447 190,447 000000000000068fc580b673bd02aab7a237ddaff0639ca53ded76ed43c87b3a 0.25 MB 529 124
190,446 190,446 00000000000006b4f0834bb8f3b664cc25856aeb387b290a35ed8688919553c4 0.06 MB 198 66
190,445 190,445 000000000000083b4af28fdea1369b2b04eeb2cdf3f3785595bf9ff4a411afc4 0.00 MB 9 14
190,444 190,444 00000000000007dd57da3a1e6ea7a0999f3a5c20c2050002005b899b42391955 0.19 MB 512 187
190,443 190,443 00000000000006cac148ec201d2ae6bb34112eab35c569a5fa902e6fedaf5acf 0.06 MB 221 20
190,442 190,442 00000000000002adb444c16d5e8b5876b6da566cd199ed27e6f1ffd516fb8db9 0.25 MB 348 138
190,441 190,441 000000000000010ada3858a89edd24054cbeb2a75d86661e4eb245602a892552 0.01 MB 22 247
190,440 190,440 00000000000006ae85523a4b52937865dde0052ac87f6bffe9a5731558cbd8f0 0.00 MB 10 186
190,439 190,439 00000000000001fbdd991275918000c44d140194f7d98a65d31e30c32a1d0de6 0.00 MB 9 14
190,438 190,438 00000000000007dc49c829a7dac31cd284bce6daf535b19223e4635a356c4fc5 0.01 MB 16 101
190,437 190,437 00000000000006a2a35b30959fe49a72e148dcbf14962be3c193dc9a37713a51 0.22 MB 641 187
190,436 190,436 00000000000004774ef7cad4991d76aabf0161a4ba80567a92841a0c5181482b 0.05 MB 111 98
190,435 190,435 0000000000000519b89bf8730473154998c63ad7c2c07d589349abf9c16b315c 0.05 MB 128 42
190,434 190,434 000000000000022b4cd16011c5c1e63660d0f2e7cd950bbc76e71b15f3e681e8 0.19 MB 357 121
190,433 190,433 0000000000000689575e8c217aca6ca5da5b6896d66c28ee146805bfc0911b2d 0.02 MB 51 106
190,432 190,432 000000000000072cbdaa7d33d3076aa2a0d7d42edd0f7be6d8fa70a628922cdf 0.17 MB 276 145
190,431 190,431 00000000000001bc9f5cc68f524288b0485d79df3ebc7c248bb0f197cf561b99 0.27 MB 512 87
190,430 190,430 000000000000075b31017bb82152c6b4ac215bc70a6cba90df1a9d5a63488637 0.13 MB 178 465
190,429 190,429 0000000000000794601cc0196f766c6de281ca2e329f4ed5cbba39b77ca3c95e 0.07 MB 143 82
190,428 190,428 00000000000005cee60d7d85c7ba27fa32bfada376d8a0efdc9ea50699a58e50 0.24 MB 577 160
190,427 190,427 00000000000003888438b05c1cfd36b0778d84c05dbdc91a5558f1b4be84f2ab 0.22 MB 544 126
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 1,621.31 GB sent, 92.91 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.