Memory Pool Memory Pool Refreshing

8,913 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (719,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,445 188,445 00000000000008ddbd9855d31a8860984861fbef434675ab0a14c9a57ab6e6aa 0.05 MB 116 179
188,444 188,444 00000000000005996ac9b5f029e2be6668820c422f590d19e46aeb1a6872635e 0.22 MB 512 137
188,443 188,443 00000000000000f02086fde6f8e33f88bf1aa59f4055f19ed13a8bc064f9ce6e 0.00 MB 9 151
188,442 188,442 00000000000003b2c19a641a212d716b6e37d8a67eb2b0b71acc4299a3a4d0ec 0.28 MB 660 116
188,441 188,441 00000000000003e0f0083ada8170081d2dd5c403a60ca573cc06bd97006d0da1 0.06 MB 154 108
188,440 188,440 000000000000076c7aabfd890b22357cd27fc7b6f8689031e25fee2421aa92ab 0.07 MB 65 79
188,439 188,439 00000000000006f6d27a34a572fd1de726c0af663fd39c0592c826689e3ecf64 0.03 MB 78 141
188,438 188,438 000000000000058c97e1bd40191a79bc75a948cb3e4c06e83aa343079548c399 0.01 MB 23 93
188,437 188,437 00000000000007445813ef2001f9695100d88ce19ee4238c3023630aefed163d 0.06 MB 129 111
188,436 188,436 0000000000000245645da03f6c2195084d0f114569182fe97b1b85f9e3100085 0.03 MB 34 6
188,435 188,435 0000000000000086cfa51905acb5bd38338ef950f298200700ada11f0f078358 0.09 MB 242 144
188,434 188,434 000000000000077da0899de6a9c816defef4283c6c8869133d93999090708bd7 0.05 MB 132 29
188,433 188,433 000000000000080f135d2cc22540d4a883a126a3104f218e97e32d48b7329503 0.06 MB 32 719
188,432 188,432 00000000000007d114570fbb05e55cd64b6d841ad5cb762469f06000ef9ef138 0.16 MB 324 140
188,431 188,431 00000000000005ec486fcb970c9c69da859d33f70475e4e3151645595a53fd2e 0.00 MB 10 164
188,430 188,430 00000000000000e35f3de85686b10f5d6b15c39431e4205cb6c71c3f3dd01def 0.05 MB 109 46
188,429 188,429 000000000000091401e83da4da1f4c358d507f7fcfd710aa30e0b54bf1a8101b 0.15 MB 298 141
188,428 188,428 000000000000049f5f7bd310e364e83de5c3666ba89bb444d3c60423696eddee 0.00 MB 12 3,201
188,427 188,427 00000000000007122e2109e6536e01fb018478b6a43dd6ac81fc641fa93648ee 0.14 MB 325 131
188,426 188,426 0000000000000343b3d89d4ae0e716c142a610143a10404830d8e708c84b8c6e 0.25 MB 389 337
188,425 188,425 0000000000000410744de89e4ce9e0880ad91904caf77ae66f305c21aae52513 0.02 MB 69 127
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.